Html Css Color HEX #332D92 Dark Slate Blue

📋 copy color: '#332D92'

red 51 ◦ green 45 ◦ blue 146

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

Shades of Dark Slate Blue #332D92

Tints of Dark Slate Blue #332D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 60.33%

R = 21.07%
G = 18.6%
B = 60.33%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#332D92 (or 0x332D92) is known color: Dark Slate Blue. HEX triplet: 33, 2D and 92. RGB value is (51,45,146). Sum of RGB (Red+Green+Blue) = 51+45+146=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #332D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332D92 is #CCD26D. Grayscale: #393939. Windows color (decimal): -13423214 or 9579827. OLE color: 9579827.

HSL color Cylindrical-coordinate representation of color #332D92: hue angle of 243.56º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332D92 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 45 146 -
CMYK 0.65 0.69 0 0.43
HSL 243.56º 0.53% 0.37% -
HSV(B) 243.56º 0.69% 0.57% -
XYZ 7.49 4.66 27.7 -
YUV 58.31 177.49 122.79 -
System Red Green Blue C M Y K H S L
Decimal 51 45 146 0.65 0.69 0 0.43 243.56 0.53 0.37
Hex 33 2D 92 41 45 0 2B F4 35 25
Octal 63 55 222 101 105 0 53 364 65 45
Binary 110011 101101 10010010 1000001 1000101 0 101011 11110100 110101 100101

Color Harmonies of #332D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D92

Black with #332D92

Text Example


Text Example

White with #332D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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