Html Css Color HEX #294AAB Cerulean Blue

📋 copy color: '#294AAB'

red 41 ◦ green 74 ◦ blue 171

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

Shades of Cerulean Blue #294AAB

Tints of Cerulean Blue #294AAB

RGB

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

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

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

R = 14.34%
G = 25.87%
B = 59.79%

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

#294AAB (or 0x294AAB) is known color: Cerulean Blue. HEX triplet: 29, 4A and AB. RGB value is (41,74,171). Sum of RGB (Red+Green+Blue) = 41+74+171=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #294AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294AAB is #D6B554. Grayscale: #4A4A4A. Windows color (decimal): -14071125 or 11225641. OLE color: 11225641.

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

Color convert

RGB 41 74 171 -
CMYK 0.76 0.57 0 0.33
HSL 224.77º 0.61% 0.42% -
HSV(B) 224.77º 0.76% 0.67% -
XYZ 10.71 8.31 39.57 -
YUV 75.19 182.07 103.61 -
System Red Green Blue C M Y K H S L
Decimal 41 74 171 0.76 0.57 0 0.33 224.77 0.61 0.42
Hex 29 4A AB 4C 39 0 21 E1 3D 2A
Octal 51 112 253 114 71 0 41 341 75 52
Binary 101001 1001010 10101011 1001100 111001 0 100001 11100001 111101 101010

Color Harmonies of #294AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294AAB

Black with #294AAB

Text Example


Text Example

White with #294AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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