#2e51bd

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

Shades of Cerulean Blue #2E51BD

Tints of Cerulean Blue #2E51BD

Color information

#2E51BD (or 0x2E51BD) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 51 and BD. RGB value is (46,81,189). Sum of RGB (Red+Green+Blue) = 46+81+189=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E51BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E51BD is #D1AE42. Grayscale: #525252. Windows color (decimal): -13741635 or 12407086. OLE color: 12407086.

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

Color convert

RGB4681189-
CMYK0.760.5700.26
HSL225.31º60.85%46.08%-
HSV(B)225.31º75.66%74.12%-
XYZ13.2510.1449.4-
YUV82.85187.9101.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.56%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 189 (74.22% from 255) = 59.81%
R=14.56%
G=25.63%
B=59.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46811890.760.5700.26225.3160.8546.08
Hex2E51BD4C3901Ae13d2e
Octal56121275114710323417556
Binary101110101000110111101100110011100101101011100001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e51bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,81,189); }

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

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

 a { background-color: rgb(46,81,189); }

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

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

 span { border-color: rgb(46,81,189); }

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