Html Css Color HEX #294EAE Cerulean Blue

📋 copy color: '#294EAE'

red 41 ◦ green 78 ◦ blue 174

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

Shades of Cerulean Blue #294EAE

Tints of Cerulean Blue #294EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 59.39%

R = 13.99%
G = 26.62%
B = 59.39%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#294EAE (or 0x294EAE) is known color: Cerulean Blue. HEX triplet: 29, 4E and AE. RGB value is (41,78,174). Sum of RGB (Red+Green+Blue) = 41+78+174=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #294EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294EAE is #D6B151. Grayscale: #4D4D4D. Windows color (decimal): -14070098 or 11423273. OLE color: 11423273.

HSL color Cylindrical-coordinate representation of color #294EAE: hue angle of 223.31º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #294EAE is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 78 174 -
CMYK 0.76 0.55 0 0.32
HSL 223.31º 0.62% 0.42% -
HSV(B) 223.31º 0.76% 0.68% -
XYZ 11.28 8.98 41.18 -
YUV 77.88 182.24 101.69 -
System Red Green Blue C M Y K H S L
Decimal 41 78 174 0.76 0.55 0 0.32 223.31 0.62 0.42
Hex 29 4E AE 4C 37 0 20 DF 3E 2A
Octal 51 116 256 114 67 0 40 337 76 52
Binary 101001 1001110 10101110 1001100 110111 0 100000 11011111 111110 101010

Color Harmonies of #294EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294EAE

Black with #294EAE

Text Example


Text Example

White with #294EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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