#297AB6

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

Shades of Curious Blue #297AB6

Tints of Curious Blue #297AB6

Color information

#297AB6 (or 0x297AB6) is unknown color: approx Curious Blue. HEX triplet: 29, 7A and B6. RGB value is (41,122,182). Sum of RGB (Red+Green+Blue) = 41+122+182=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #297AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297AB6 is #D68549. Grayscale: #686868. Windows color (decimal): -14058826 or 11958825. OLE color: 11958825.

HSL color Cylindrical-coordinate representation of color #297AB6: hue angle of 205.53º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #297AB6 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB41122182-
CMYK0.770.3300.29
HSL205.53º63.23%43.73%-
HSV(B)205.53º77.47%71.37%-
XYZ16.3217.7746.83-
YUV104.62171.6682.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.88%
GREEN value IS 122 (48.05% from 255) = 35.36%
BLUE value IS 182 (71.48% from 255) = 52.75%
R=11.88%
G=35.36%
B=52.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411221820.770.3300.29205.5363.2343.73
Hex297AB64D2101Dce3f2c
Octal51172266115410353167754
Binary101001111101010110110100110110000101110111001110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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