Html Css Color HEX #333AA0 Dark Slate Blue

📋 copy color: '#333AA0'

red 51 ◦ green 58 ◦ blue 160

#333AA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #333AA0

Tints of Dark Slate Blue #333AA0

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 value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#333AA0 (or 0x333AA0) is known color: 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

RGB 51 58 160 -
CMYK 0.68 0.64 0 0.37
HSL 236.15º 0.52% 0.41% -
HSV(B) 236.15º 0.68% 0.63% -
XYZ 9.22 6.27 33.98 -
YUV 67.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 51 58 160 0.68 0.64 0 0.37 236.15 0.52 0.41
Hex 33 3A A0 44 40 0 25 EC 34 29
Octal 63 72 240 104 100 0 45 354 64 51
Binary 110011 111010 10100000 1000100 1000000 0 100101 11101100 110100 101001

Color Harmonies of #333AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333AA0

Black with #333AA0

Text Example


Text Example

White with #333AA0

Text Example


Text Example

HTML Codes & Css Web 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>