Html Css Color HEX #332BA0 Dark Slate Blue

📋 copy color: '#332BA0'

red 51 ◦ green 43 ◦ blue 160

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

Shades of Dark Slate Blue #332BA0

Tints of Dark Slate Blue #332BA0

RGB

 RED value IS 51 (20.31% from 255) = 20.08%

 GREEN value IS 43 (17.19% from 255) = 16.93%

 BLUE value IS 160 (62.89% from 255) = 62.99%

R = 20.08%
G = 16.93%
B = 62.99%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#332BA0 (or 0x332BA0) is known color: Dark Slate Blue. HEX triplet: 33, 2B and A0. RGB value is (51,43,160). Sum of RGB (Red+Green+Blue) = 51+43+160=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 160 (62.89% from 255 or 62.99% from 254); Max value from RGB is 160 - color contains mainly: blue. Hex color #332BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332BA0 is #CCD45F. Grayscale: #3A3A3A. Windows color (decimal): -13423712 or 10496819. OLE color: 10496819.

HSL color Cylindrical-coordinate representation of color #332BA0: hue angle of 244.1º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332BA0 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 43 160 -
CMYK 0.68 0.73 0 0.37
HSL 244.1º 0.58% 0.4% -
HSV(B) 244.1º 0.73% 0.63% -
XYZ 8.57 4.97 33.77 -
YUV 58.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 51 43 160 0.68 0.73 0 0.37 244.1 0.58 0.4
Hex 33 2B A0 44 49 0 25 F4 3A 28
Octal 63 53 240 104 111 0 45 364 72 50
Binary 110011 101011 10100000 1000100 1001001 0 100101 11110100 111010 101000

Color Harmonies of #332BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332BA0

Black with #332BA0

Text Example


Text Example

White with #332BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332BA0; }

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

 H1.HeaderClassName
 {
   color: #332BA0;
 }
 .AnyTagClassName
 {
   color: #332BA0;
 }
</style>

background-color css

<style>
 a { background-color: #332BA0; }

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

 div.DivClassName
 {
   background-color: #332BA0;
 }
 .BgClassName
 {
   background-color: #332BA0;
 }
</style>

border-color css

<style>
 span { border-color: #332BA0; }

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

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