#2E53BF

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

Shades of Cerulean Blue #2E53BF

Tints of Cerulean Blue #2E53BF

Color information

#2E53BF (or 0x2E53BF) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 53 and BF. RGB value is (46,83,191). Sum of RGB (Red+Green+Blue) = 46+83+191=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E53BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E53BF is #D1AC40. Grayscale: #535353. Windows color (decimal): -13741121 or 12538670. OLE color: 12538670.

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

Color convert

RGB4683191-
CMYK0.760.5700.25
HSL224.69º61.18%46.47%-
HSV(B)224.69º75.92%74.9%-
XYZ13.6210.5350.6-
YUV84.25188.24100.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.38%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 191 (75% from 255) = 59.69%
R=14.38%
G=25.94%
B=59.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46831910.760.5700.25224.6961.1846.47
Hex2E53BF4C39019e13d2e
Octal56123277114710313417556
Binary101110101001110111111100110011100101100111100001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E53BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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