Html Css Color HEX #2B4EBC Cerulean Blue

📋 copy color: '#2B4EBC'

red 43 ◦ green 78 ◦ blue 188

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

Shades of Cerulean Blue #2B4EBC

Tints of Cerulean Blue #2B4EBC

RGB

 RED value IS 43 (17.19% from 255) = 13.92%

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

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

R = 13.92%
G = 25.24%
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

#2B4EBC (or 0x2B4EBC) is known color: Cerulean Blue. HEX triplet: 2B, 4E and BC. RGB value is (43,78,188). Sum of RGB (Red+Green+Blue) = 43+78+188=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 78 (30.86% from 255 or 25.24% 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 #2B4EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4EBC is #D4B143. Grayscale: #4F4F4F. Windows color (decimal): -13939012 or 12340779. OLE color: 12340779.

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

Color convert

RGB 43 78 188 -
CMYK 0.77 0.59 0 0.26
HSL 225.52º 0.63% 0.45% -
HSV(B) 225.52º 0.77% 0.74% -
XYZ 12.8 9.59 48.75 -
YUV 80.08 188.9 101.56 -
System Red Green Blue C M Y K H S L
Decimal 43 78 188 0.77 0.59 0 0.26 225.52 0.63 0.45
Hex 2B 4E BC 4D 3B 0 1A E2 3F 2D
Octal 53 116 274 115 73 0 32 342 77 55
Binary 101011 1001110 10111100 1001101 111011 0 11010 11100010 111111 101101

Color Harmonies of #2B4EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4EBC

Black with #2B4EBC

Text Example


Text Example

White with #2B4EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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