#297BB9

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

Shades of Curious Blue #297BB9

Tints of Curious Blue #297BB9

Color information

#297BB9 (or 0x297BB9) is unknown color: approx Curious Blue. HEX triplet: 29, 7B and B9. RGB value is (41,123,185). Sum of RGB (Red+Green+Blue) = 41+123+185=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 185 (72.66% from 255 or 53.01% from 349); Max value from RGB is 185 - color contains mainly: blue. Hex color #297BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BB9 is #D68446. Grayscale: #696969. Windows color (decimal): -14058567 or 12155689. OLE color: 12155689.

HSL color Cylindrical-coordinate representation of color #297BB9: hue angle of 205.83º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #297BB9 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB41123185-
CMYK0.780.3400.27
HSL205.83º63.72%44.31%-
HSV(B)205.83º77.84%72.55%-
XYZ16.7518.1448.52-
YUV105.55172.8381.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.75%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 185 (72.66% from 255) = 53.01%
R=11.75%
G=35.24%
B=53.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411231850.780.3400.27205.8363.7244.31
Hex297BB94E2201Bce402c
Octal511732711164203331610054
Binary1010011111011101110011001110100010011011110011101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,123,185); }

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

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

 a { background-color: rgb(41,123,185); }

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

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

 span { border-color: rgb(41,123,185); }

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