#297BCA

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

Shades of Curious Blue #297BCA

Tints of Curious Blue #297BCA

Color information

#297BCA (or 0x297BCA) is unknown color: approx Curious Blue. HEX triplet: 29, 7B and CA. RGB value is (41,123,202). Sum of RGB (Red+Green+Blue) = 41+123+202=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #297BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BCA is #D68435. Grayscale: #6B6B6B. Windows color (decimal): -14058550 or 13269801. OLE color: 13269801.

HSL color Cylindrical-coordinate representation of color #297BCA: hue angle of 209.44º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #297BCA is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB41123202-
CMYK0.800.3900.21
HSL209.44º66.26%47.65%-
HSV(B)209.44º79.7%79.22%-
XYZ18.6618.958.54-
YUV107.49181.3380.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.20%
GREEN value IS 123 (48.44% from 255) = 33.61%
BLUE value IS 202 (79.30% from 255) = 55.19%
R=11.20%
G=33.61%
B=55.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal411232020.800.3900.21209.4466.2647.65
Hex297BCA5027015d14230
Octal511733121204702532110260
Binary1010011111011110010101010000100111010101110100011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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