Html Css Color HEX #34329F Dark Slate Blue

📋 copy color: '#34329F'

red 52 ◦ green 50 ◦ blue 159

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

Shades of Dark Slate Blue #34329F

Tints of Dark Slate Blue #34329F

RGB

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

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

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

R = 19.92%
G = 19.16%
B = 60.92%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34329F (or 0x34329F) is known color: Dark Slate Blue. HEX triplet: 34, 32 and 9F. RGB value is (52,50,159). Sum of RGB (Red+Green+Blue) = 52+50+159=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #34329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34329F is #CBCD60. Grayscale: #3E3E3E. Windows color (decimal): -13356385 or 10433076. OLE color: 10433076.

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

Color convert

RGB 52 50 159 -
CMYK 0.67 0.69 0 0.38
HSL 241.1º 0.52% 0.41% -
HSV(B) 241.1º 0.69% 0.62% -
XYZ 8.81 5.51 33.4 -
YUV 63.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 52 50 159 0.67 0.69 0 0.38 241.1 0.52 0.41
Hex 34 32 9F 43 45 0 26 F1 34 29
Octal 64 62 237 103 105 0 46 361 64 51
Binary 110100 110010 10011111 1000011 1000101 0 100110 11110001 110100 101001

Color Harmonies of #34329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34329F

Black with #34329F

Text Example


Text Example

White with #34329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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