#2353ab

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

Shades of Cerulean Blue #2353AB

Tints of Cerulean Blue #2353AB

Color information

#2353AB (or 0x2353AB) is unknown color: approx Cerulean Blue. HEX triplet: 23, 53 and AB. RGB value is (35,83,171). Sum of RGB (Red+Green+Blue) = 35+83+171=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #2353AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2353AB is #DCAC54. Grayscale: #4E4E4E. Windows color (decimal): -14462037 or 11227939. OLE color: 11227939.

HSL color Cylindrical-coordinate representation of color #2353AB: hue angle of 218.82º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2353AB is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3583171-
CMYK0.800.5100.33
HSL218.82º66.02%40.39%-
HSV(B)218.82º79.53%67.06%-
XYZ11.149.4839.77-
YUV78.68180.196.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.11%
GREEN value IS 83 (32.81% from 255) = 28.72%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=12.11%
G=28.72%
B=59.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal35831710.800.5100.33218.8266.0240.39
Hex2353AB5033021db4228
Octal431232531206304133310250
Binary10001110100111010101110100001100110100001110110111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2353ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2353ab; }

 p { color: rgb(35,83,171); }

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

<style>
 a { background-color: #2353ab; }

 a { background-color: rgb(35,83,171); }

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

<style>
 span { border-color: #2353ab; }

 span { border-color: rgb(35,83,171); }

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