#297CCC

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

Shades of Curious Blue #297CCC

Tints of Curious Blue #297CCC

Color information

#297CCC (or 0x297CCC) is unknown color: approx Curious Blue. HEX triplet: 29, 7C and CC. RGB value is (41,124,204). Sum of RGB (Red+Green+Blue) = 41+124+204=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #297CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297CCC is #D68333. Grayscale: #6B6B6B. Windows color (decimal): -14058292 or 13401129. OLE color: 13401129.

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

Color convert

RGB41124204-
CMYK0.800.3900.2
HSL209.45º66.53%48.04%-
HSV(B)209.45º79.9%80%-
XYZ19.0219.2559.84-
YUV108.318280-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.11%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 204 (80.08% from 255) = 55.28%
R=11.11%
G=33.60%
B=55.28%

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
Decimal411242040.800.3900.2209.4566.5348.04
Hex297CCC5027014d14330
Octal511743141204702432110360
Binary1010011111100110011001010000100111010100110100011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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