Html Css Color HEX #2C4BBC Cerulean Blue

📋 copy color: '#2C4BBC'

red 44 ◦ green 75 ◦ blue 188

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

Shades of Cerulean Blue #2C4BBC

Tints of Cerulean Blue #2C4BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.43%

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

R = 14.33%
G = 24.43%
B = 61.24%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C4BBC (or 0x2C4BBC) is known color: Cerulean Blue. HEX triplet: 2C, 4B and BC. RGB value is (44,75,188). Sum of RGB (Red+Green+Blue) = 44+75+188=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C4BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C4BBC is #D3B443. Grayscale: #4E4E4E. Windows color (decimal): -13874244 or 12340012. OLE color: 12340012.

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

Color convert

RGB 44 75 188 -
CMYK 0.77 0.60 0 0.26
HSL 227.08º 0.62% 0.45% -
HSV(B) 227.08º 0.77% 0.74% -
XYZ 12.63 9.2 48.69 -
YUV 78.61 189.73 103.31 -
System Red Green Blue C M Y K H S L
Decimal 44 75 188 0.77 0.60 0 0.26 227.08 0.62 0.45
Hex 2C 4B BC 4D 3C 0 1A E3 3E 2D
Octal 54 113 274 115 74 0 32 343 76 55
Binary 101100 1001011 10111100 1001101 111100 0 11010 11100011 111110 101101

Color Harmonies of #2C4BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4BBC

Black with #2C4BBC

Text Example


Text Example

White with #2C4BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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