Html Css Color HEX #34329D Dark Slate Blue

📋 copy color: '#34329D'

red 52 ◦ green 50 ◦ blue 157

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

Shades of Dark Slate Blue #34329D

Tints of Dark Slate Blue #34329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.62%

R = 20.08%
G = 19.31%
B = 60.62%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34329D (or 0x34329D) is known color: Dark Slate Blue. HEX triplet: 34, 32 and 9D. RGB value is (52,50,157). Sum of RGB (Red+Green+Blue) = 52+50+157=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #34329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34329D is #CBCD62. Grayscale: #3E3E3E. Windows color (decimal): -13356387 or 10302004. OLE color: 10302004.

HSL color Cylindrical-coordinate representation of color #34329D: hue angle of 241.12º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34329D is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 50 157 -
CMYK 0.67 0.68 0 0.38
HSL 241.12º 0.52% 0.41% -
HSV(B) 241.12º 0.68% 0.62% -
XYZ 8.64 5.45 32.49 -
YUV 62.8 181.16 120.3 -
System Red Green Blue C M Y K H S L
Decimal 52 50 157 0.67 0.68 0 0.38 241.12 0.52 0.41
Hex 34 32 9D 43 44 0 26 F1 34 29
Octal 64 62 235 103 104 0 46 361 64 51
Binary 110100 110010 10011101 1000011 1000100 0 100110 11110001 110100 101001

Color Harmonies of #34329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34329D

Black with #34329D

Text Example


Text Example

White with #34329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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