#297CCA

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

Shades of Curious Blue #297CCA

Tints of Curious Blue #297CCA

Color information

#297CCA (or 0x297CCA) is unknown color: approx Curious Blue. HEX triplet: 29, 7C and CA. RGB value is (41,124,202). Sum of RGB (Red+Green+Blue) = 41+124+202=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #297CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297CCA is #D68335. Grayscale: #6B6B6B. Windows color (decimal): -14058294 or 13270057. OLE color: 13270057.

HSL color Cylindrical-coordinate representation of color #297CCA: hue angle of 209.07º 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 #297CCA is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB41124202-
CMYK0.800.3900.21
HSL209.07º66.26%47.65%-
HSV(B)209.07º79.7%79.22%-
XYZ18.7819.1558.58-
YUV108.0818180.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.17%
GREEN value IS 124 (48.83% from 255) = 33.79%
BLUE value IS 202 (79.30% from 255) = 55.04%
R=11.17%
G=33.79%
B=55.04%

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
Decimal411242020.800.3900.21209.0766.2647.65
Hex297CCA5027015d14230
Octal511743121204702532110260
Binary1010011111100110010101010000100111010101110100011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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