Html Css Color HEX #294CB4 Cerulean Blue

📋 copy color: '#294CB4'

red 41 ◦ green 76 ◦ blue 180

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

Shades of Cerulean Blue #294CB4

Tints of Cerulean Blue #294CB4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

 BLUE value IS 180 (70.7% from 255) = 60.61%

R = 13.8%
G = 25.59%
B = 60.61%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#294CB4 (or 0x294CB4) is known color: Cerulean Blue. HEX triplet: 29, 4C and B4. RGB value is (41,76,180). Sum of RGB (Red+Green+Blue) = 41+76+180=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 180 (70.70% from 255 or 60.61% from 297); Max value from RGB is 180 - color contains mainly: blue. Hex color #294CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CB4 is #D6B34B. Grayscale: #4C4C4C. Windows color (decimal): -14070604 or 11815977. OLE color: 11815977.

HSL color Cylindrical-coordinate representation of color #294CB4: hue angle of 224.89º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #294CB4 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 76 180 -
CMYK 0.77 0.58 0 0.29
HSL 224.89º 0.63% 0.43% -
HSV(B) 224.89º 0.77% 0.71% -
XYZ 11.74 8.94 44.29 -
YUV 77.39 185.9 102.04 -
System Red Green Blue C M Y K H S L
Decimal 41 76 180 0.77 0.58 0 0.29 224.89 0.63 0.43
Hex 29 4C B4 4D 3A 0 1D E1 3F 2B
Octal 51 114 264 115 72 0 35 341 77 53
Binary 101001 1001100 10110100 1001101 111010 0 11101 11100001 111111 101011

Color Harmonies of #294CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CB4

Black with #294CB4

Text Example


Text Example

White with #294CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,76,180); }

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

background-color css

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

 a { background-color: rgb(41,76,180); }

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

border-color css

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

 span { border-color: rgb(41,76,180); }

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