Html Css Color HEX #294BAD Cerulean Blue

📋 copy color: '#294BAD'

red 41 ◦ green 75 ◦ blue 173

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

Shades of Cerulean Blue #294BAD

Tints of Cerulean Blue #294BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 59.86%

R = 14.19%
G = 25.95%
B = 59.86%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#294BAD (or 0x294BAD) is known color: Cerulean Blue. HEX triplet: 29, 4B and AD. RGB value is (41,75,173). Sum of RGB (Red+Green+Blue) = 41+75+173=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #294BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294BAD is #D6B452. Grayscale: #4B4B4B. Windows color (decimal): -14070867 or 11356969. OLE color: 11356969.

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

Color convert

RGB 41 75 173 -
CMYK 0.76 0.57 0 0.32
HSL 224.55º 0.62% 0.42% -
HSV(B) 224.55º 0.76% 0.68% -
XYZ 10.97 8.52 40.6 -
YUV 76.01 182.74 103.03 -
System Red Green Blue C M Y K H S L
Decimal 41 75 173 0.76 0.57 0 0.32 224.55 0.62 0.42
Hex 29 4B AD 4C 39 0 20 E1 3E 2A
Octal 51 113 255 114 71 0 40 341 76 52
Binary 101001 1001011 10101101 1001100 111001 0 100000 11100001 111110 101010

Color Harmonies of #294BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BAD

Black with #294BAD

Text Example


Text Example

White with #294BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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