Html Css Color HEX #34329B Dark Slate Blue

📋 copy color: '#34329B'

red 52 ◦ green 50 ◦ blue 155

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

Shades of Dark Slate Blue #34329B

Tints of Dark Slate Blue #34329B

RGB

 RED value IS 52 (20.7% from 255) = 20.23%

 GREEN value IS 50 (19.92% from 255) = 19.46%

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

R = 20.23%
G = 19.46%
B = 60.31%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34329B (or 0x34329B) is known color: Dark Slate Blue. HEX triplet: 34, 32 and 9B. RGB value is (52,50,155). Sum of RGB (Red+Green+Blue) = 52+50+155=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #34329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34329B is #CBCD64. Grayscale: #3E3E3E. Windows color (decimal): -13356389 or 10170932. OLE color: 10170932.

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

Color convert

RGB 52 50 155 -
CMYK 0.66 0.68 0 0.39
HSL 241.14º 0.51% 0.4% -
HSV(B) 241.14º 0.68% 0.61% -
XYZ 8.47 5.38 31.6 -
YUV 62.57 180.16 120.46 -
System Red Green Blue C M Y K H S L
Decimal 52 50 155 0.66 0.68 0 0.39 241.14 0.51 0.4
Hex 34 32 9B 42 44 0 27 F1 33 28
Octal 64 62 233 102 104 0 47 361 63 50
Binary 110100 110010 10011011 1000010 1000100 0 100111 11110001 110011 101000

Color Harmonies of #34329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34329B

Black with #34329B

Text Example


Text Example

White with #34329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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