Html Css Color HEX #294BAF Cerulean Blue

📋 copy color: '#294BAF'

red 41 ◦ green 75 ◦ blue 175

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

Shades of Cerulean Blue #294BAF

Tints of Cerulean Blue #294BAF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.77%

 BLUE value IS 175 (68.75% from 255) = 60.14%

R = 14.09%
G = 25.77%
B = 60.14%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#294BAF (or 0x294BAF) is known color: Cerulean Blue. HEX triplet: 29, 4B and AF. RGB value is (41,75,175). Sum of RGB (Red+Green+Blue) = 41+75+175=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #294BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294BAF is #D6B450. Grayscale: #4B4B4B. Windows color (decimal): -14070865 or 11488041. OLE color: 11488041.

HSL color Cylindrical-coordinate representation of color #294BAF: hue angle of 224.78º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #294BAF is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 75 175 -
CMYK 0.77 0.57 0 0.31
HSL 224.78º 0.62% 0.42% -
HSV(B) 224.78º 0.77% 0.69% -
XYZ 11.17 8.6 41.63 -
YUV 76.23 183.74 102.87 -
System Red Green Blue C M Y K H S L
Decimal 41 75 175 0.77 0.57 0 0.31 224.78 0.62 0.42
Hex 29 4B AF 4D 39 0 1F E1 3E 2A
Octal 51 113 257 115 71 0 37 341 76 52
Binary 101001 1001011 10101111 1001101 111001 0 11111 11100001 111110 101010

Color Harmonies of #294BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BAF

Black with #294BAF

Text Example


Text Example

White with #294BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,75,175); }

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

background-color css

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

 a { background-color: rgb(41,75,175); }

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

border-color css

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

 span { border-color: rgb(41,75,175); }

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