#3352BA

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

Shades of Cerulean Blue #3352BA

Tints of Cerulean Blue #3352BA

Color information

#3352BA (or 0x3352BA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 52 and BA. RGB value is (51,82,186). Sum of RGB (Red+Green+Blue) = 51+82+186=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #3352BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3352BA is #CCAD45. Grayscale: #545454. Windows color (decimal): -13413702 or 12210739. OLE color: 12210739.

HSL color Cylindrical-coordinate representation of color #3352BA: hue angle of 226.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3352BA is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5182186-
CMYK0.730.5600.27
HSL226.22º56.96%46.47%-
HSV(B)226.22º72.58%72.94%-
XYZ13.2510.2847.74-
YUV84.59185.23104.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.99%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 186 (73.05% from 255) = 58.31%
R=15.99%
G=25.71%
B=58.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51821860.730.5600.27226.2256.9646.47
Hex3352BA493801Be2392e
Octal63122272111700333427156
Binary110011101001010111010100100111100001101111100010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3352BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3352BA; }

 p { color: rgb(51,82,186); }

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

<style>
 a { background-color: #3352BA; }

 a { background-color: rgb(51,82,186); }

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

<style>
 span { border-color: #3352BA; }

 span { border-color: rgb(51,82,186); }

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