#3350AA

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

Shades of Cerulean Blue #3350AA

Tints of Cerulean Blue #3350AA

Color information

#3350AA (or 0x3350AA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 50 and AA. RGB value is (51,80,170). Sum of RGB (Red+Green+Blue) = 51+80+170=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #3350AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3350AA is #CCAF55. Grayscale: #515151. Windows color (decimal): -13414230 or 11161651. OLE color: 11161651.

HSL color Cylindrical-coordinate representation of color #3350AA: hue angle of 225.38º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3350AA is Cyan = 0.7, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5180170-
CMYK0.70.5300.33
HSL225.38º53.85%43.33%-
HSV(B)225.38º70%66.67%-
XYZ11.499.3439.23-
YUV81.59177.89106.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.94%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 170 (66.80% from 255) = 56.48%
R=16.94%
G=26.58%
B=56.48%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51801700.70.5300.33225.3853.8543.33
Hex3350AA4635021e1362b
Octal63120252106650413416653
Binary1100111010000101010101000110110101010000111100001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3350AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3350AA; }

 p { color: rgb(51,80,170); }

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

<style>
 a { background-color: #3350AA; }

 a { background-color: rgb(51,80,170); }

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

<style>
 span { border-color: #3350AA; }

 span { border-color: rgb(51,80,170); }

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