Html Css Color HEX #332E9E Dark Slate Blue

📋 copy color: '#332E9E'

red 51 ◦ green 46 ◦ blue 158

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

Shades of Dark Slate Blue #332E9E

Tints of Dark Slate Blue #332E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 61.96%

R = 20%
G = 18.04%
B = 61.96%

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

#332E9E (or 0x332E9E) is known color: Dark Slate Blue. HEX triplet: 33, 2E and 9E. RGB value is (51,46,158). Sum of RGB (Red+Green+Blue) = 51+46+158=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #332E9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332E9E is #CCD161. Grayscale: #3B3B3B. Windows color (decimal): -13422946 or 10366515. OLE color: 10366515.

HSL color Cylindrical-coordinate representation of color #332E9E: hue angle of 242.68º 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 #332E9E is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 46 158 -
CMYK 0.68 0.71 0 0.38
HSL 242.68º 0.55% 0.4% -
HSV(B) 242.68º 0.71% 0.62% -
XYZ 8.51 5.13 32.89 -
YUV 60.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 51 46 158 0.68 0.71 0 0.38 242.68 0.55 0.4
Hex 33 2E 9E 44 47 0 26 F3 37 28
Octal 63 56 236 104 107 0 46 363 67 50
Binary 110011 101110 10011110 1000100 1000111 0 100110 11110011 110111 101000

Color Harmonies of #332E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E9E

Black with #332E9E

Text Example


Text Example

White with #332E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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