Html Css Color HEX #332D99 Dark Slate Blue

📋 copy color: '#332D99'

red 51 ◦ green 45 ◦ blue 153

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

Shades of Dark Slate Blue #332D99

Tints of Dark Slate Blue #332D99

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.07%

 BLUE value IS 153 (60.16% from 255) = 61.45%

R = 20.48%
G = 18.07%
B = 61.45%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#332D99 (or 0x332D99) is known color: Dark Slate Blue. HEX triplet: 33, 2D and 99. RGB value is (51,45,153). Sum of RGB (Red+Green+Blue) = 51+45+153=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #332D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332D99 is #CCD266. Grayscale: #3A3A3A. Windows color (decimal): -13423207 or 10038579. OLE color: 10038579.

HSL color Cylindrical-coordinate representation of color #332D99: hue angle of 243.33º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #332D99 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 45 153 -
CMYK 0.67 0.71 0 0.4
HSL 243.33º 0.55% 0.39% -
HSV(B) 243.33º 0.71% 0.6% -
XYZ 8.05 4.88 30.65 -
YUV 59.11 180.99 122.22 -
System Red Green Blue C M Y K H S L
Decimal 51 45 153 0.67 0.71 0 0.4 243.33 0.55 0.39
Hex 33 2D 99 43 47 0 28 F3 37 27
Octal 63 55 231 103 107 0 50 363 67 47
Binary 110011 101101 10011001 1000011 1000111 0 101000 11110011 110111 100111

Color Harmonies of #332D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D99

Black with #332D99

Text Example


Text Example

White with #332D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,45,153); }

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

background-color css

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

 a { background-color: rgb(51,45,153); }

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

border-color css

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

 span { border-color: rgb(51,45,153); }

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