#2E56CB

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

Shades of Cerulean Blue #2E56CB

Tints of Cerulean Blue #2E56CB

Color information

#2E56CB (or 0x2E56CB) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 56 and CB. RGB value is (46,86,203). Sum of RGB (Red+Green+Blue) = 46+86+203=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E56CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E56CB is #D1A934. Grayscale: #565656. Windows color (decimal): -13740341 or 13325870. OLE color: 13325870.

HSL color Cylindrical-coordinate representation of color #2E56CB: hue angle of 224.71º 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 #2E56CB is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4686203-
CMYK0.770.5800.20
HSL224.71º63.05%48.82%-
HSV(B)224.71º77.34%79.61%-
XYZ15.2311.5557.93-
YUV87.38193.2598.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.73%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 203 (79.69% from 255) = 60.60%
R=13.73%
G=25.67%
B=60.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal46862030.770.5800.20224.7163.0548.82
Hex2E56CB4D3A014e13f31
Octal56126313115720243417761
Binary101110101011011001011100110111101001010011100001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E56CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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