Html Css Color HEX #2C4EBA Cerulean Blue

📋 copy color: '#2C4EBA'

red 44 ◦ green 78 ◦ blue 186

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

Shades of Cerulean Blue #2C4EBA

Tints of Cerulean Blue #2C4EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.39%

R = 14.29%
G = 25.32%
B = 60.39%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C4EBA (or 0x2C4EBA) is known color: Cerulean Blue. HEX triplet: 2C, 4E and BA. RGB value is (44,78,186). Sum of RGB (Red+Green+Blue) = 44+78+186=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C4EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4EBA is #D3B145. Grayscale: #4F4F4F. Windows color (decimal): -13873478 or 12209708. OLE color: 12209708.

HSL color Cylindrical-coordinate representation of color #2C4EBA: hue angle of 225.63º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C4EBA is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 78 186 -
CMYK 0.76 0.58 0 0.27
HSL 225.63º 0.62% 0.45% -
HSV(B) 225.63º 0.76% 0.73% -
XYZ 12.63 9.53 47.63 -
YUV 80.15 187.74 102.22 -
System Red Green Blue C M Y K H S L
Decimal 44 78 186 0.76 0.58 0 0.27 225.63 0.62 0.45
Hex 2C 4E BA 4C 3A 0 1B E2 3E 2D
Octal 54 116 272 114 72 0 33 342 76 55
Binary 101100 1001110 10111010 1001100 111010 0 11011 11100010 111110 101101

Color Harmonies of #2C4EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4EBA

Black with #2C4EBA

Text Example


Text Example

White with #2C4EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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