Html Css Color HEX #34309D Dark Slate Blue

📋 copy color: '#34309D'

red 52 ◦ green 48 ◦ blue 157

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

Shades of Dark Slate Blue #34309D

Tints of Dark Slate Blue #34309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.68%

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

R = 20.23%
G = 18.68%
B = 61.09%

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

#34309D (or 0x34309D) is known color: Dark Slate Blue. HEX triplet: 34, 30 and 9D. RGB value is (52,48,157). Sum of RGB (Red+Green+Blue) = 52+48+157=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #34309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34309D is #CBCF62. Grayscale: #3D3D3D. Windows color (decimal): -13356899 or 10301492. OLE color: 10301492.

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

Color convert

RGB 52 48 157 -
CMYK 0.67 0.69 0 0.38
HSL 242.2º 0.53% 0.4% -
HSV(B) 242.2º 0.69% 0.62% -
XYZ 8.56 5.28 32.47 -
YUV 61.62 181.83 121.14 -
System Red Green Blue C M Y K H S L
Decimal 52 48 157 0.67 0.69 0 0.38 242.2 0.53 0.4
Hex 34 30 9D 43 45 0 26 F2 35 28
Octal 64 60 235 103 105 0 46 362 65 50
Binary 110100 110000 10011101 1000011 1000101 0 100110 11110010 110101 101000

Color Harmonies of #34309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34309D

Black with #34309D

Text Example


Text Example

White with #34309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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