Html Css Color HEX #294CB7 Cerulean Blue

📋 copy color: '#294CB7'

red 41 ◦ green 76 ◦ blue 183

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

Shades of Cerulean Blue #294CB7

Tints of Cerulean Blue #294CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 61%

R = 13.67%
G = 25.33%
B = 61%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#294CB7 (or 0x294CB7) is known color: Cerulean Blue. HEX triplet: 29, 4C and B7. RGB value is (41,76,183). Sum of RGB (Red+Green+Blue) = 41+76+183=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 183 (71.88% from 255 or 61% from 300); Max value from RGB is 183 - color contains mainly: blue. Hex color #294CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CB7 is #D6B348. Grayscale: #4D4D4D. Windows color (decimal): -14070601 or 12012585. OLE color: 12012585.

HSL color Cylindrical-coordinate representation of color #294CB7: hue angle of 225.21º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294CB7 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 41 76 183 -
CMYK 0.78 0.58 0 0.28
HSL 225.21º 0.63% 0.44% -
HSV(B) 225.21º 0.78% 0.72% -
XYZ 12.05 9.06 45.91 -
YUV 77.73 187.4 101.8 -
System Red Green Blue C M Y K H S L
Decimal 41 76 183 0.78 0.58 0 0.28 225.21 0.63 0.44
Hex 29 4C B7 4E 3A 0 1C E1 3F 2C
Octal 51 114 267 116 72 0 34 341 77 54
Binary 101001 1001100 10110111 1001110 111010 0 11100 11100001 111111 101100

Color Harmonies of #294CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CB7

Black with #294CB7

Text Example


Text Example

White with #294CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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