Html Css Color HEX #2E4BBC Cerulean Blue

📋 copy color: '#2E4BBC'

red 46 ◦ green 75 ◦ blue 188

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

Shades of Cerulean Blue #2E4BBC

Tints of Cerulean Blue #2E4BBC

RGB

 RED value IS 46 (18.36% from 255) = 14.89%

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

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

R = 14.89%
G = 24.27%
B = 60.84%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E4BBC (or 0x2E4BBC) is known color: Cerulean Blue. HEX triplet: 2E, 4B and BC. RGB value is (46,75,188). Sum of RGB (Red+Green+Blue) = 46+75+188=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 75 (29.69% from 255 or 24.27% 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 #2E4BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4BBC is #D1B443. Grayscale: #4E4E4E. Windows color (decimal): -13743172 or 12340014. OLE color: 12340014.

HSL color Cylindrical-coordinate representation of color #2E4BBC: hue angle of 227.75º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E4BBC is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 75 188 -
CMYK 0.76 0.60 0 0.26
HSL 227.75º 0.61% 0.46% -
HSV(B) 227.75º 0.76% 0.74% -
XYZ 12.72 9.24 48.69 -
YUV 79.21 189.39 104.31 -
System Red Green Blue C M Y K H S L
Decimal 46 75 188 0.76 0.60 0 0.26 227.75 0.61 0.46
Hex 2E 4B BC 4C 3C 0 1A E4 3D 2E
Octal 56 113 274 114 74 0 32 344 75 56
Binary 101110 1001011 10111100 1001100 111100 0 11010 11100100 111101 101110

Color Harmonies of #2E4BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4BBC

Black with #2E4BBC

Text Example


Text Example

White with #2E4BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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