Html Css Color HEX #34259D Dark Slate Blue

📋 copy color: '#34259D'

red 52 ◦ green 37 ◦ blue 157

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

Shades of Dark Slate Blue #34259D

Tints of Dark Slate Blue #34259D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

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

R = 21.14%
G = 15.04%
B = 63.82%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34259D (or 0x34259D) is known color: Dark Slate Blue. HEX triplet: 34, 25 and 9D. RGB value is (52,37,157). Sum of RGB (Red+Green+Blue) = 52+37+157=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #34259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34259D is #CBDA62. Grayscale: #363636. Windows color (decimal): -13359715 or 10298676. OLE color: 10298676.

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

Color convert

RGB 52 37 157 -
CMYK 0.67 0.76 0 0.38
HSL 247.5º 0.62% 0.38% -
HSV(B) 247.5º 0.76% 0.62% -
XYZ 8.16 4.49 32.33 -
YUV 55.17 185.47 125.74 -
System Red Green Blue C M Y K H S L
Decimal 52 37 157 0.67 0.76 0 0.38 247.5 0.62 0.38
Hex 34 25 9D 43 4C 0 26 F8 3E 26
Octal 64 45 235 103 114 0 46 370 76 46
Binary 110100 100101 10011101 1000011 1001100 0 100110 11111000 111110 100110

Color Harmonies of #34259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34259D

Black with #34259D

Text Example


Text Example

White with #34259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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