#2352B0

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

Shades of Cerulean Blue #2352B0

Tints of Cerulean Blue #2352B0

Color information

#2352B0 (or 0x2352B0) is unknown color: approx Cerulean Blue. HEX triplet: 23, 52 and B0. RGB value is (35,82,176). Sum of RGB (Red+Green+Blue) = 35+82+176=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 176 (69.14% from 255 or 60.07% from 293); Max value from RGB is 176 - color contains mainly: blue. Hex color #2352B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2352B0 is #DCAD4F. Grayscale: #4E4E4E. Windows color (decimal): -14462288 or 11555363. OLE color: 11555363.

HSL color Cylindrical-coordinate representation of color #2352B0: hue angle of 220º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2352B0 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3582176-
CMYK0.800.5300.31
HSL220º66.82%41.37%-
HSV(B)220º80.11%69.02%-
XYZ11.559.5342.3-
YUV78.66182.9396.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.95%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 176 (69.14% from 255) = 60.07%
R=11.95%
G=27.99%
B=60.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal35821760.800.5300.3122066.8241.37
Hex2352B0503501Fdc4329
Octal431222601206503733410351
Binary1000111010010101100001010000110101011111110111001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2352B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2352B0; }

 p { color: rgb(35,82,176); }

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

<style>
 a { background-color: #2352B0; }

 a { background-color: rgb(35,82,176); }

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

<style>
 span { border-color: #2352B0; }

 span { border-color: rgb(35,82,176); }

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