Html Css Color HEX #294EA4 Cerulean Blue

📋 copy color: '#294EA4'

red 41 ◦ green 78 ◦ blue 164

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

Shades of Cerulean Blue #294EA4

Tints of Cerulean Blue #294EA4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.56%

 BLUE value IS 164 (64.45% from 255) = 57.95%

R = 14.49%
G = 27.56%
B = 57.95%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#294EA4 (or 0x294EA4) is known color: Cerulean Blue. HEX triplet: 29, 4E and A4. RGB value is (41,78,164). Sum of RGB (Red+Green+Blue) = 41+78+164=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 164 (64.45% from 255 or 57.95% from 283); Max value from RGB is 164 - color contains mainly: blue. Hex color #294EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294EA4 is #D6B15B. Grayscale: #4C4C4C. Windows color (decimal): -14070108 or 10767913. OLE color: 10767913.

HSL color Cylindrical-coordinate representation of color #294EA4: hue angle of 221.95º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #294EA4 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 41 78 164 -
CMYK 0.75 0.52 0 0.36
HSL 221.95º 0.6% 0.4% -
HSV(B) 221.95º 0.75% 0.64% -
XYZ 10.34 8.6 36.24 -
YUV 76.74 177.24 102.51 -
System Red Green Blue C M Y K H S L
Decimal 41 78 164 0.75 0.52 0 0.36 221.95 0.6 0.4
Hex 29 4E A4 4B 34 0 24 DE 3C 28
Octal 51 116 244 113 64 0 44 336 74 50
Binary 101001 1001110 10100100 1001011 110100 0 100100 11011110 111100 101000

Color Harmonies of #294EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294EA4

Black with #294EA4

Text Example


Text Example

White with #294EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,78,164); }

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

background-color css

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

 a { background-color: rgb(41,78,164); }

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

border-color css

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

 span { border-color: rgb(41,78,164); }

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