Html Css Color HEX #2C4EBC Cerulean Blue

📋 copy color: '#2C4EBC'

red 44 ◦ green 78 ◦ blue 188

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

Shades of Cerulean Blue #2C4EBC

Tints of Cerulean Blue #2C4EBC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.16%

 BLUE value IS 188 (73.83% from 255) = 60.65%

R = 14.19%
G = 25.16%
B = 60.65%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C4EBC (or 0x2C4EBC) is known color: Cerulean Blue. HEX triplet: 2C, 4E and BC. RGB value is (44,78,188). Sum of RGB (Red+Green+Blue) = 44+78+188=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C4EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4EBC is #D3B143. Grayscale: #4F4F4F. Windows color (decimal): -13873476 or 12340780. OLE color: 12340780.

HSL color Cylindrical-coordinate representation of color #2C4EBC: hue angle of 225.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C4EBC is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 78 188 -
CMYK 0.77 0.59 0 0.26
HSL 225.83º 0.62% 0.45% -
HSV(B) 225.83º 0.77% 0.74% -
XYZ 12.84 9.62 48.76 -
YUV 80.37 188.74 102.06 -
System Red Green Blue C M Y K H S L
Decimal 44 78 188 0.77 0.59 0 0.26 225.83 0.62 0.45
Hex 2C 4E BC 4D 3B 0 1A E2 3E 2D
Octal 54 116 274 115 73 0 32 342 76 55
Binary 101100 1001110 10111100 1001101 111011 0 11010 11100010 111110 101101

Color Harmonies of #2C4EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4EBC

Black with #2C4EBC

Text Example


Text Example

White with #2C4EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,78,188); }

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

background-color css

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

 a { background-color: rgb(44,78,188); }

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

border-color css

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

 span { border-color: rgb(44,78,188); }

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