#297AD0

Color #297AD0 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #297AD0

Tints of Curious Blue #297AD0

Color information

#297AD0 (or 0x297AD0) is unknown color: approx Curious Blue. HEX triplet: 29, 7A and D0. RGB value is (41,122,208). Sum of RGB (Red+Green+Blue) = 41+122+208=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #297AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297AD0 is #D6852F. Grayscale: #6B6B6B. Windows color (decimal): -14058800 or 13662761. OLE color: 13662761.

HSL color Cylindrical-coordinate representation of color #297AD0: hue angle of 210.9º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #297AD0 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB41122208-
CMYK0.800.4100.18
HSL210.9º67.07%48.82%-
HSV(B)210.9º80.29%81.57%-
XYZ19.2618.9462.32-
YUV107.58184.6680.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 11.05%
GREEN value IS 122 (48.05% from 255) = 32.88%
BLUE value IS 208 (81.64% from 255) = 56.06%
R=11.05%
G=32.88%
B=56.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal411222080.800.4100.18210.967.0748.82
Hex297AD05029012d34331
Octal511723201205102232310361
Binary1010011111010110100001010000101001010010110100111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297AD0; }

 p { color: rgb(41,122,208); }

 H1.HeaderClassName
 {
   color: #297AD0;
 }
 .AnyTagClassName
 {
   color: #297AD0;
 }
</style>
background-color css

<style>
 a { background-color: #297AD0; }

 a { background-color: rgb(41,122,208); }

 div.DivClassName
 {
   background-color: #297AD0;
 }
 .BgClassName
 {
   background-color: #297AD0;
 }
</style>
border-color css

<style>
 span { border-color: #297AD0; }

 span { border-color: rgb(41,122,208); }

 td.TdClassName
 {
   border-color: #297AD0;
 }
 .TagClassName
 {
   border-color: #297AD0;
 }
</style>