#297DCC

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

Shades of Curious Blue #297DCC

Tints of Curious Blue #297DCC

Color information

#297DCC (or 0x297DCC) is unknown color: approx Curious Blue. HEX triplet: 29, 7D and CC. RGB value is (41,125,204). Sum of RGB (Red+Green+Blue) = 41+125+204=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #297DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297DCC is #D68233. Grayscale: #6C6C6C. Windows color (decimal): -14058036 or 13401385. OLE color: 13401385.

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

Color convert

RGB41125204-
CMYK0.800.3900.2
HSL209.08º66.53%48.04%-
HSV(B)209.08º79.9%80%-
XYZ19.1519.559.88-
YUV108.89181.6779.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.08%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 204 (80.08% from 255) = 55.14%
R=11.08%
G=33.78%
B=55.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal411252040.800.3900.2209.0866.5348.04
Hex297DCC5027014d14330
Octal511753141204702432110360
Binary1010011111101110011001010000100111010100110100011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,125,204); }

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

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

 a { background-color: rgb(41,125,204); }

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

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

 span { border-color: rgb(41,125,204); }

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