Html Css Color HEX #34259C Dark Slate Blue

📋 copy color: '#34259C'

red 52 ◦ green 37 ◦ blue 156

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

Shades of Dark Slate Blue #34259C

Tints of Dark Slate Blue #34259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.67%

R = 21.22%
G = 15.1%
B = 63.67%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34259C (or 0x34259C) is known color: Dark Slate Blue. HEX triplet: 34, 25 and 9C. RGB value is (52,37,156). Sum of RGB (Red+Green+Blue) = 52+37+156=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #34259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34259C is #CBDA63. Grayscale: #363636. Windows color (decimal): -13359716 or 10233140. OLE color: 10233140.

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

Color convert

RGB 52 37 156 -
CMYK 0.67 0.76 0 0.39
HSL 247.56º 0.62% 0.38% -
HSV(B) 247.56º 0.76% 0.61% -
XYZ 8.08 4.45 31.89 -
YUV 55.05 184.97 125.82 -
System Red Green Blue C M Y K H S L
Decimal 52 37 156 0.67 0.76 0 0.39 247.56 0.62 0.38
Hex 34 25 9C 43 4C 0 27 F8 3E 26
Octal 64 45 234 103 114 0 47 370 76 46
Binary 110100 100101 10011100 1000011 1001100 0 100111 11111000 111110 100110

Color Harmonies of #34259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34259C

Black with #34259C

Text Example


Text Example

White with #34259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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