Html Css Color HEX #2C4CCB Cerulean Blue

📋 copy color: '#2C4CCB'

red 44 ◦ green 76 ◦ blue 203

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

Shades of Cerulean Blue #2C4CCB

Tints of Cerulean Blue #2C4CCB

RGB

 RED value IS 44 (17.58% from 255) = 13.62%

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

 BLUE value IS 203 (79.69% from 255) = 62.85%

R = 13.62%
G = 23.53%
B = 62.85%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2C4CCB (or 0x2C4CCB) is known color: Cerulean Blue. HEX triplet: 2C, 4C and CB. RGB value is (44,76,203). Sum of RGB (Red+Green+Blue) = 44+76+203=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #2C4CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C4CCB is #D3B334. Grayscale: #505050. Windows color (decimal): -13873973 or 13323308. OLE color: 13323308.

HSL color Cylindrical-coordinate representation of color #2C4CCB: hue angle of 227.92º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C4CCB is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 76 203 -
CMYK 0.78 0.63 0 0.20
HSL 227.92º 0.64% 0.48% -
HSV(B) 227.92º 0.78% 0.8% -
XYZ 14.4 10.02 57.67 -
YUV 80.91 196.9 101.67 -
System Red Green Blue C M Y K H S L
Decimal 44 76 203 0.78 0.63 0 0.20 227.92 0.64 0.48
Hex 2C 4C CB 4E 3F 0 14 E4 40 30
Octal 54 114 313 116 77 0 24 344 100 60
Binary 101100 1001100 11001011 1001110 111111 0 10100 11100100 1000000 110000

Color Harmonies of #2C4CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4CCB

Black with #2C4CCB

Text Example


Text Example

White with #2C4CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C4CCB; }

 p { color: rgb(44,76,203); }

 H1.HeaderClassName
 {
   color: #2C4CCB;
 }
 .AnyTagClassName
 {
   color: #2C4CCB;
 }
</style>

background-color css

<style>
 a { background-color: #2C4CCB; }

 a { background-color: rgb(44,76,203); }

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

border-color css

<style>
 span { border-color: #2C4CCB; }

 span { border-color: rgb(44,76,203); }

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