#2E5BBF

Color #2E5BBF Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2E5BBF

Tints of Cerulean Blue #2E5BBF

Color information

#2E5BBF (or 0x2E5BBF) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 5B and BF. RGB value is (46,91,191). Sum of RGB (Red+Green+Blue) = 46+91+191=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E5BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5BBF is #D1A440. Grayscale: #585858. Windows color (decimal): -13739073 or 12540718. OLE color: 12540718.

HSL color Cylindrical-coordinate representation of color #2E5BBF: hue angle of 221.38º 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 #2E5BBF is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4691191-
CMYK0.760.5200.25
HSL221.38º61.18%46.47%-
HSV(B)221.38º75.92%74.9%-
XYZ14.2711.8250.82-
YUV88.94185.5997.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.02%
GREEN value IS 91 (35.94% from 255) = 27.74%
BLUE value IS 191 (75% from 255) = 58.23%
R=14.02%
G=27.74%
B=58.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46911910.760.5200.25221.3861.1846.47
Hex2E5BBF4C34019dd3d2e
Octal56133277114640313357556
Binary101110101101110111111100110011010001100111011101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E5BBF;
 }
 .AnyTagClassName
 {
   color: #2E5BBF;
 }
</style>
background-color css

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

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

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

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

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

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