Html Css Color HEX #332F92 Dark Slate Blue

📋 copy color: '#332F92'

red 51 ◦ green 47 ◦ blue 146

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

Shades of Dark Slate Blue #332F92

Tints of Dark Slate Blue #332F92

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.26%

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

R = 20.9%
G = 19.26%
B = 59.84%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#332F92 (or 0x332F92) is known color: Dark Slate Blue. HEX triplet: 33, 2F and 92. RGB value is (51,47,146). Sum of RGB (Red+Green+Blue) = 51+47+146=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #332F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332F92 is #CCD06D. Grayscale: #3B3B3B. Windows color (decimal): -13422702 or 9580339. OLE color: 9580339.

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

Color convert

RGB 51 47 146 -
CMYK 0.65 0.68 0 0.43
HSL 242.42º 0.51% 0.38% -
HSV(B) 242.42º 0.68% 0.57% -
XYZ 7.57 4.81 27.72 -
YUV 59.48 176.83 121.95 -
System Red Green Blue C M Y K H S L
Decimal 51 47 146 0.65 0.68 0 0.43 242.42 0.51 0.38
Hex 33 2F 92 41 44 0 2B F2 33 26
Octal 63 57 222 101 104 0 53 362 63 46
Binary 110011 101111 10010010 1000001 1000100 0 101011 11110010 110011 100110

Color Harmonies of #332F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332F92

Black with #332F92

Text Example


Text Example

White with #332F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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