#3552B0

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

Shades of Cerulean Blue #3552B0

Tints of Cerulean Blue #3552B0

Color information

#3552B0 (or 0x3552B0) is unknown color: approx Cerulean Blue. HEX triplet: 35, 52 and B0. RGB value is (53,82,176). Sum of RGB (Red+Green+Blue) = 53+82+176=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 176 (69.14% from 255 or 56.59% from 311); Max value from RGB is 176 - color contains mainly: blue. Hex color #3552B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3552B0 is #CAAD4F. Grayscale: #535353. Windows color (decimal): -13282640 or 11555381. OLE color: 11555381.

HSL color Cylindrical-coordinate representation of color #3552B0: hue angle of 225.85º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3552B0 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5382176-
CMYK0.700.5300.31
HSL225.85º53.71%44.9%-
HSV(B)225.85º69.89%69.02%-
XYZ12.329.9342.34-
YUV84.04179.89105.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 176 (69.14% from 255) = 56.59%
R=17.04%
G=26.37%
B=56.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53821760.700.5300.31225.8553.7144.9
Hex3552B0463501Fe2362d
Octal65122260106650373426655
Binary110101101001010110000100011011010101111111100010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3552B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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