Html Css Color HEX #2C4DBC Cerulean Blue

📋 copy color: '#2C4DBC'

red 44 ◦ green 77 ◦ blue 188

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

Shades of Cerulean Blue #2C4DBC

Tints of Cerulean Blue #2C4DBC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.92%

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

R = 14.24%
G = 24.92%
B = 60.84%

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

#2C4DBC (or 0x2C4DBC) is known color: Cerulean Blue. HEX triplet: 2C, 4D and BC. RGB value is (44,77,188). Sum of RGB (Red+Green+Blue) = 44+77+188=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C4DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4DBC is #D3B243. Grayscale: #4F4F4F. Windows color (decimal): -13873732 or 12340524. OLE color: 12340524.

HSL color Cylindrical-coordinate representation of color #2C4DBC: hue angle of 226.25º 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 #2C4DBC is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 77 188 -
CMYK 0.77 0.59 0 0.26
HSL 226.25º 0.62% 0.45% -
HSV(B) 226.25º 0.77% 0.74% -
XYZ 12.77 9.47 48.73 -
YUV 79.79 189.07 102.47 -
System Red Green Blue C M Y K H S L
Decimal 44 77 188 0.77 0.59 0 0.26 226.25 0.62 0.45
Hex 2C 4D BC 4D 3B 0 1A E2 3E 2D
Octal 54 115 274 115 73 0 32 342 76 55
Binary 101100 1001101 10111100 1001101 111011 0 11010 11100010 111110 101101

Color Harmonies of #2C4DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4DBC

Black with #2C4DBC

Text Example


Text Example

White with #2C4DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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