Html Css Color HEX #294AAC Cerulean Blue

📋 copy color: '#294AAC'

red 41 ◦ green 74 ◦ blue 172

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

Shades of Cerulean Blue #294AAC

Tints of Cerulean Blue #294AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.78%

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

R = 14.29%
G = 25.78%
B = 59.93%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#294AAC (or 0x294AAC) is known color: Cerulean Blue. HEX triplet: 29, 4A and AC. RGB value is (41,74,172). Sum of RGB (Red+Green+Blue) = 41+74+172=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #294AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294AAC is #D6B553. Grayscale: #4A4A4A. Windows color (decimal): -14071124 or 11291177. OLE color: 11291177.

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

Color convert

RGB 41 74 172 -
CMYK 0.76 0.57 0 0.33
HSL 224.89º 0.62% 0.42% -
HSV(B) 224.89º 0.76% 0.67% -
XYZ 10.81 8.35 40.07 -
YUV 75.31 182.57 103.53 -
System Red Green Blue C M Y K H S L
Decimal 41 74 172 0.76 0.57 0 0.33 224.89 0.62 0.42
Hex 29 4A AC 4C 39 0 21 E1 3E 2A
Octal 51 112 254 114 71 0 41 341 76 52
Binary 101001 1001010 10101100 1001100 111001 0 100001 11100001 111110 101010

Color Harmonies of #294AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294AAC

Black with #294AAC

Text Example


Text Example

White with #294AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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