Html Css Color HEX #2E5BBE Cerulean Blue

📋 copy color: '#2E5BBE'

red 46 ◦ green 91 ◦ blue 190

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

Shades of Cerulean Blue #2E5BBE

Tints of Cerulean Blue #2E5BBE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.83%

 BLUE value IS 190 (74.61% from 255) = 58.1%

R = 14.07%
G = 27.83%
B = 58.1%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E5BBE (or 0x2E5BBE) is known color: Cerulean Blue. HEX triplet: 2E, 5B and BE. RGB value is (46,91,190). Sum of RGB (Red+Green+Blue) = 46+91+190=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E5BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5BBE is #D1A441. Grayscale: #585858. Windows color (decimal): -13739074 or 12475182. OLE color: 12475182.

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

Color convert

RGB 46 91 190 -
CMYK 0.76 0.52 0 0.25
HSL 221.25º 0.61% 0.46% -
HSV(B) 221.25º 0.76% 0.75% -
XYZ 14.16 11.78 50.24 -
YUV 88.83 185.09 97.45 -
System Red Green Blue C M Y K H S L
Decimal 46 91 190 0.76 0.52 0 0.25 221.25 0.61 0.46
Hex 2E 5B BE 4C 34 0 19 DD 3D 2E
Octal 56 133 276 114 64 0 31 335 75 56
Binary 101110 1011011 10111110 1001100 110100 0 11001 11011101 111101 101110

Color Harmonies of #2E5BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5BBE

Black with #2E5BBE

Text Example


Text Example

White with #2E5BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,91,190); }

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

background-color css

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

 a { background-color: rgb(46,91,190); }

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

border-color css

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

 span { border-color: rgb(46,91,190); }

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