Html Css Color HEX #2E4BCB Cerulean Blue

📋 copy color: '#2E4BCB'

red 46 ◦ green 75 ◦ blue 203

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

Shades of Cerulean Blue #2E4BCB

Tints of Cerulean Blue #2E4BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.65%

R = 14.2%
G = 23.15%
B = 62.65%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E4BCB (or 0x2E4BCB) is known color: Cerulean Blue. HEX triplet: 2E, 4B and CB. RGB value is (46,75,203). Sum of RGB (Red+Green+Blue) = 46+75+203=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E4BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4BCB is #D1B434. Grayscale: #505050. Windows color (decimal): -13743157 or 13323054. OLE color: 13323054.

HSL color Cylindrical-coordinate representation of color #2E4BCB: hue angle of 228.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E4BCB is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 75 203 -
CMYK 0.77 0.63 0 0.20
HSL 228.92º 0.63% 0.49% -
HSV(B) 228.92º 0.77% 0.8% -
XYZ 14.42 9.92 57.66 -
YUV 80.92 196.89 103.09 -
System Red Green Blue C M Y K H S L
Decimal 46 75 203 0.77 0.63 0 0.20 228.92 0.63 0.49
Hex 2E 4B CB 4D 3F 0 14 E5 3F 31
Octal 56 113 313 115 77 0 24 345 77 61
Binary 101110 1001011 11001011 1001101 111111 0 10100 11100101 111111 110001

Color Harmonies of #2E4BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4BCB

Black with #2E4BCB

Text Example


Text Example

White with #2E4BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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