Html Css Color HEX #34379D Dark Slate Blue

📋 copy color: '#34379D'

red 52 ◦ green 55 ◦ blue 157

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

Shades of Dark Slate Blue #34379D

Tints of Dark Slate Blue #34379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.83%

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

R = 19.7%
G = 20.83%
B = 59.47%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34379D (or 0x34379D) is known color: Dark Slate Blue. HEX triplet: 34, 37 and 9D. RGB value is (52,55,157). Sum of RGB (Red+Green+Blue) = 52+55+157=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #34379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34379D is #CBC862. Grayscale: #414141. Windows color (decimal): -13355107 or 10303284. OLE color: 10303284.

HSL color Cylindrical-coordinate representation of color #34379D: hue angle of 238.29º 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 #34379D is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 55 157 -
CMYK 0.67 0.65 0 0.38
HSL 238.29º 0.5% 0.41% -
HSV(B) 238.29º 0.67% 0.62% -
XYZ 8.87 5.9 32.57 -
YUV 65.73 179.51 118.21 -
System Red Green Blue C M Y K H S L
Decimal 52 55 157 0.67 0.65 0 0.38 238.29 0.5 0.41
Hex 34 37 9D 43 41 0 26 EE 32 29
Octal 64 67 235 103 101 0 46 356 62 51
Binary 110100 110111 10011101 1000011 1000001 0 100110 11101110 110010 101001

Color Harmonies of #34379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34379D

Black with #34379D

Text Example


Text Example

White with #34379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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