Html Css Color HEX #294DAB Cerulean Blue

📋 copy color: '#294DAB'

red 41 ◦ green 77 ◦ blue 171

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

Shades of Cerulean Blue #294DAB

Tints of Cerulean Blue #294DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.64%

 BLUE value IS 171 (67.19% from 255) = 59.17%

R = 14.19%
G = 26.64%
B = 59.17%

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

#294DAB (or 0x294DAB) is known color: Cerulean Blue. HEX triplet: 29, 4D and AB. RGB value is (41,77,171). Sum of RGB (Red+Green+Blue) = 41+77+171=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #294DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294DAB is #D6B254. Grayscale: #4C4C4C. Windows color (decimal): -14070357 or 11226409. OLE color: 11226409.

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

Color convert

RGB 41 77 171 -
CMYK 0.76 0.55 0 0.33
HSL 223.38º 0.61% 0.42% -
HSV(B) 223.38º 0.76% 0.67% -
XYZ 10.92 8.72 39.64 -
YUV 76.95 181.07 102.36 -
System Red Green Blue C M Y K H S L
Decimal 41 77 171 0.76 0.55 0 0.33 223.38 0.61 0.42
Hex 29 4D AB 4C 37 0 21 DF 3D 2A
Octal 51 115 253 114 67 0 41 337 75 52
Binary 101001 1001101 10101011 1001100 110111 0 100001 11011111 111101 101010

Color Harmonies of #294DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DAB

Black with #294DAB

Text Example


Text Example

White with #294DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,77,171); }

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

background-color css

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

 a { background-color: rgb(41,77,171); }

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

border-color css

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

 span { border-color: rgb(41,77,171); }

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