Html Css Color HEX #294CCC Cerulean Blue

📋 copy color: '#294CCC'

red 41 ◦ green 76 ◦ blue 204

#294CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #294CCC

Tints of Cerulean Blue #294CCC

RGB

 RED value IS 41 (16.41% from 255) = 12.77%

 GREEN value IS 76 (30.08% from 255) = 23.68%

 BLUE value IS 204 (80.08% from 255) = 63.55%

R = 12.77%
G = 23.68%
B = 63.55%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#294CCC (or 0x294CCC) is known color: Cerulean Blue. HEX triplet: 29, 4C and CC. RGB value is (41,76,204). Sum of RGB (Red+Green+Blue) = 41+76+204=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #294CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CCC is #D6B333. Grayscale: #4F4F4F. Windows color (decimal): -14070580 or 13388841. OLE color: 13388841.

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

Color convert

RGB 41 76 204 -
CMYK 0.80 0.63 0 0.2
HSL 227.12º 0.67% 0.48% -
HSV(B) 227.12º 0.8% 0.8% -
XYZ 14.4 10 58.3 -
YUV 80.13 197.9 100.09 -
System Red Green Blue C M Y K H S L
Decimal 41 76 204 0.80 0.63 0 0.2 227.12 0.67 0.48
Hex 29 4C CC 50 3F 0 14 E3 43 30
Octal 51 114 314 120 77 0 24 343 103 60
Binary 101001 1001100 11001100 1010000 111111 0 10100 11100011 1000011 110000

Color Harmonies of #294CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CCC

Black with #294CCC

Text Example


Text Example

White with #294CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #294CCC;
 }
 .AnyTagClassName
 {
   color: #294CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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