Html Css Color HEX #294CB3 Cerulean Blue

📋 copy color: '#294CB3'

red 41 ◦ green 76 ◦ blue 179

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

Shades of Cerulean Blue #294CB3

Tints of Cerulean Blue #294CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 60.47%

R = 13.85%
G = 25.68%
B = 60.47%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#294CB3 (or 0x294CB3) is known color: Cerulean Blue. HEX triplet: 29, 4C and B3. RGB value is (41,76,179). Sum of RGB (Red+Green+Blue) = 41+76+179=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 179 (70.31% from 255 or 60.47% from 296); Max value from RGB is 179 - color contains mainly: blue. Hex color #294CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CB3 is #D6B34C. Grayscale: #4C4C4C. Windows color (decimal): -14070605 or 11750441. OLE color: 11750441.

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

Color convert

RGB 41 76 179 -
CMYK 0.77 0.58 0 0.30
HSL 224.78º 0.63% 0.43% -
HSV(B) 224.78º 0.77% 0.7% -
XYZ 11.64 8.89 43.75 -
YUV 77.28 185.4 102.12 -
System Red Green Blue C M Y K H S L
Decimal 41 76 179 0.77 0.58 0 0.30 224.78 0.63 0.43
Hex 29 4C B3 4D 3A 0 1E E1 3F 2B
Octal 51 114 263 115 72 0 36 341 77 53
Binary 101001 1001100 10110011 1001101 111010 0 11110 11100001 111111 101011

Color Harmonies of #294CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CB3

Black with #294CB3

Text Example


Text Example

White with #294CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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