#3352AB

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

Shades of Cerulean Blue #3352AB

Tints of Cerulean Blue #3352AB

Color information

#3352AB (or 0x3352AB) is unknown color: approx Cerulean Blue. HEX triplet: 33, 52 and AB. RGB value is (51,82,171). Sum of RGB (Red+Green+Blue) = 51+82+171=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #3352AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3352AB is #CCAD54. Grayscale: #525252. Windows color (decimal): -13413717 or 11227699. OLE color: 11227699.

HSL color Cylindrical-coordinate representation of color #3352AB: hue angle of 224.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3352AB is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5182171-
CMYK0.700.5200.33
HSL224.5º54.05%43.53%-
HSV(B)224.5º70.18%67.06%-
XYZ11.739.6839.78-
YUV82.88177.73105.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.78%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=16.78%
G=26.97%
B=56.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51821710.700.5200.33224.554.0543.53
Hex3352AB4634021e0362c
Octal63122253106640413406654
Binary1100111010010101010111000110110100010000111100000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3352AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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