Html Css Color HEX #32309B Dark Slate Blue

📋 copy color: '#32309B'

red 50 ◦ green 48 ◦ blue 155

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

Shades of Dark Slate Blue #32309B

Tints of Dark Slate Blue #32309B

RGB

 RED value IS 50 (19.92% from 255) = 19.76%

 GREEN value IS 48 (19.14% from 255) = 18.97%

 BLUE value IS 155 (60.94% from 255) = 61.26%

R = 19.76%
G = 18.97%
B = 61.26%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32309B (or 0x32309B) is known color: Dark Slate Blue. HEX triplet: 32, 30 and 9B. RGB value is (50,48,155). Sum of RGB (Red+Green+Blue) = 50+48+155=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #32309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32309B is #CDCF64. Grayscale: #3C3C3C. Windows color (decimal): -13487973 or 10170418. OLE color: 10170418.

HSL color Cylindrical-coordinate representation of color #32309B: hue angle of 241.12º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32309B is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 48 155 -
CMYK 0.68 0.69 0 0.39
HSL 241.12º 0.53% 0.4% -
HSV(B) 241.12º 0.69% 0.61% -
XYZ 8.29 5.16 31.57 -
YUV 60.8 181.16 120.3 -
System Red Green Blue C M Y K H S L
Decimal 50 48 155 0.68 0.69 0 0.39 241.12 0.53 0.4
Hex 32 30 9B 44 45 0 27 F1 35 28
Octal 62 60 233 104 105 0 47 361 65 50
Binary 110010 110000 10011011 1000100 1000101 0 100111 11110001 110101 101000

Color Harmonies of #32309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32309B

Black with #32309B

Text Example


Text Example

White with #32309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32309B; }

 p { color: rgb(50,48,155); }

 H1.HeaderClassName
 {
   color: #32309B;
 }
 .AnyTagClassName
 {
   color: #32309B;
 }
</style>

background-color css

<style>
 a { background-color: #32309B; }

 a { background-color: rgb(50,48,155); }

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

border-color css

<style>
 span { border-color: #32309B; }

 span { border-color: rgb(50,48,155); }

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