Html Css Color HEX #332E9F Dark Slate Blue

📋 copy color: '#332E9F'

red 51 ◦ green 46 ◦ blue 159

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

Shades of Dark Slate Blue #332E9F

Tints of Dark Slate Blue #332E9F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.97%

 BLUE value IS 159 (62.5% from 255) = 62.11%

R = 19.92%
G = 17.97%
B = 62.11%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#332E9F (or 0x332E9F) is known color: Dark Slate Blue. HEX triplet: 33, 2E and 9F. RGB value is (51,46,159). Sum of RGB (Red+Green+Blue) = 51+46+159=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #332E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332E9F is #CCD160. Grayscale: #3B3B3B. Windows color (decimal): -13422945 or 10432051. OLE color: 10432051.

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

Color convert

RGB 51 46 159 -
CMYK 0.68 0.71 0 0.38
HSL 242.65º 0.55% 0.4% -
HSV(B) 242.65º 0.71% 0.62% -
XYZ 8.6 5.16 33.34 -
YUV 60.38 183.66 121.31 -
System Red Green Blue C M Y K H S L
Decimal 51 46 159 0.68 0.71 0 0.38 242.65 0.55 0.4
Hex 33 2E 9F 44 47 0 26 F3 37 28
Octal 63 56 237 104 107 0 46 363 67 50
Binary 110011 101110 10011111 1000100 1000111 0 100110 11110011 110111 101000

Color Harmonies of #332E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E9F

Black with #332E9F

Text Example


Text Example

White with #332E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,46,159); }

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

background-color css

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

 a { background-color: rgb(51,46,159); }

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

border-color css

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

 span { border-color: rgb(51,46,159); }

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