Html Css Color HEX #34359D Dark Slate Blue

📋 copy color: '#34359D'

red 52 ◦ green 53 ◦ blue 157

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

Shades of Dark Slate Blue #34359D

Tints of Dark Slate Blue #34359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.23%

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

R = 19.85%
G = 20.23%
B = 59.92%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34359D (or 0x34359D) is known color: Dark Slate Blue. HEX triplet: 34, 35 and 9D. RGB value is (52,53,157). Sum of RGB (Red+Green+Blue) = 52+53+157=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #34359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34359D is #CBCA62. Grayscale: #404040. Windows color (decimal): -13355619 or 10302772. OLE color: 10302772.

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

Color convert

RGB 52 53 157 -
CMYK 0.67 0.66 0 0.38
HSL 239.43º 0.5% 0.41% -
HSV(B) 239.43º 0.67% 0.62% -
XYZ 8.78 5.71 32.54 -
YUV 64.56 180.17 119.04 -
System Red Green Blue C M Y K H S L
Decimal 52 53 157 0.67 0.66 0 0.38 239.43 0.5 0.41
Hex 34 35 9D 43 42 0 26 EF 32 29
Octal 64 65 235 103 102 0 46 357 62 51
Binary 110100 110101 10011101 1000011 1000010 0 100110 11101111 110010 101001

Color Harmonies of #34359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34359D

Black with #34359D

Text Example


Text Example

White with #34359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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