Html Css Color HEX #294DAC Cerulean Blue

📋 copy color: '#294DAC'

red 41 ◦ green 77 ◦ blue 172

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

Shades of Cerulean Blue #294DAC

Tints of Cerulean Blue #294DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 14.14%
G = 26.55%
B = 59.31%

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

#294DAC (or 0x294DAC) is known color: Cerulean Blue. HEX triplet: 29, 4D and AC. RGB value is (41,77,172). Sum of RGB (Red+Green+Blue) = 41+77+172=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #294DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294DAC is #D6B253. Grayscale: #4C4C4C. Windows color (decimal): -14070356 or 11291945. OLE color: 11291945.

HSL color Cylindrical-coordinate representation of color #294DAC: hue angle of 223.51º degrees, saturation: 0.62, 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 #294DAC is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 77 172 -
CMYK 0.76 0.55 0 0.33
HSL 223.51º 0.62% 0.42% -
HSV(B) 223.51º 0.76% 0.67% -
XYZ 11.01 8.76 40.14 -
YUV 77.07 181.57 102.28 -
System Red Green Blue C M Y K H S L
Decimal 41 77 172 0.76 0.55 0 0.33 223.51 0.62 0.42
Hex 29 4D AC 4C 37 0 21 E0 3E 2A
Octal 51 115 254 114 67 0 41 340 76 52
Binary 101001 1001101 10101100 1001100 110111 0 100001 11100000 111110 101010

Color Harmonies of #294DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DAC

Black with #294DAC

Text Example


Text Example

White with #294DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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