#333AA0

Color #333AA0 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #333AA0

Tints of Dark Slate Blue #333AA0

Color information

#333AA0 (or 0x333AA0) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 3A and A0. RGB value is (51,58,160). Sum of RGB (Red+Green+Blue) = 51+58+160=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 160 (62.89% from 255 or 59.48% from 269); Max value from RGB is 160 - color contains mainly: blue. Hex color #333AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333AA0 is #CCC55F. Grayscale: #434343. Windows color (decimal): -13419872 or 10500659. OLE color: 10500659.

HSL color Cylindrical-coordinate representation of color #333AA0: hue angle of 236.15º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #333AA0 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5158160-
CMYK0.680.6400.37
HSL236.15º51.66%41.37%-
HSV(B)236.15º68.12%62.75%-
XYZ9.226.2733.98-
YUV67.54180.18116.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 58 (23.05% from 255) = 21.56%
BLUE value IS 160 (62.89% from 255) = 59.48%
R=18.96%
G=21.56%
B=59.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51581600.680.6400.37236.1551.6641.37
Hex333AA04440025ec3429
Octal63722401041000453546451
Binary1100111110101010000010001001000000010010111101100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333AA0; }

 p { color: rgb(51,58,160); }

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

<style>
 a { background-color: #333AA0; }

 a { background-color: rgb(51,58,160); }

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

<style>
 span { border-color: #333AA0; }

 span { border-color: rgb(51,58,160); }

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