Html Css Color HEX #294CAA Cerulean Blue

📋 copy color: '#294CAA'

red 41 ◦ green 76 ◦ blue 170

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

Shades of Cerulean Blue #294CAA

Tints of Cerulean Blue #294CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.23%

R = 14.29%
G = 26.48%
B = 59.23%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#294CAA (or 0x294CAA) is known color: Cerulean Blue. HEX triplet: 29, 4C and AA. RGB value is (41,76,170). Sum of RGB (Red+Green+Blue) = 41+76+170=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #294CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294CAA is #D6B355. Grayscale: #4B4B4B. Windows color (decimal): -14070614 or 11160617. OLE color: 11160617.

HSL color Cylindrical-coordinate representation of color #294CAA: hue angle of 223.72º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #294CAA is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 76 170 -
CMYK 0.76 0.55 0 0.33
HSL 223.72º 0.61% 0.41% -
HSV(B) 223.72º 0.76% 0.67% -
XYZ 10.75 8.54 39.11 -
YUV 76.25 180.9 102.86 -
System Red Green Blue C M Y K H S L
Decimal 41 76 170 0.76 0.55 0 0.33 223.72 0.61 0.41
Hex 29 4C AA 4C 37 0 21 E0 3D 29
Octal 51 114 252 114 67 0 41 340 75 51
Binary 101001 1001100 10101010 1001100 110111 0 100001 11100000 111101 101001

Color Harmonies of #294CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CAA

Black with #294CAA

Text Example


Text Example

White with #294CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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