#2853BE

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

Shades of Cerulean Blue #2853BE

Tints of Cerulean Blue #2853BE

Color information

#2853BE (or 0x2853BE) is unknown color: approx Cerulean Blue. HEX triplet: 28, 53 and BE. RGB value is (40,83,190). Sum of RGB (Red+Green+Blue) = 40+83+190=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #2853BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2853BE is #D7AC41. Grayscale: #515151. Windows color (decimal): -14134338 or 12473128. OLE color: 12473128.

HSL color Cylindrical-coordinate representation of color #2853BE: hue angle of 222.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2853BE is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4083190-
CMYK0.790.5600.25
HSL222.8º65.22%45.1%-
HSV(B)222.8º78.95%74.51%-
XYZ13.2610.3650.01-
YUV82.34188.7597.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.78%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 190 (74.61% from 255) = 60.70%
R=12.78%
G=26.52%
B=60.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal40831900.790.5600.25222.865.2245.1
Hex2853BE4F38019df412d
Octal501232761177003133710155
Binary1010001010011101111101001111111000011001110111111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2853BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2853BE; }

 p { color: rgb(40,83,190); }

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

<style>
 a { background-color: #2853BE; }

 a { background-color: rgb(40,83,190); }

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

<style>
 span { border-color: #2853BE; }

 span { border-color: rgb(40,83,190); }

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