Html Css Color HEX #34309C Dark Slate Blue

📋 copy color: '#34309C'

red 52 ◦ green 48 ◦ blue 156

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

Shades of Dark Slate Blue #34309C

Tints of Dark Slate Blue #34309C

RGB

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

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

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

R = 20.31%
G = 18.75%
B = 60.94%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34309C (or 0x34309C) is known color: Dark Slate Blue. HEX triplet: 34, 30 and 9C. RGB value is (52,48,156). Sum of RGB (Red+Green+Blue) = 52+48+156=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #34309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34309C is #CBCF63. Grayscale: #3D3D3D. Windows color (decimal): -13356900 or 10235956. OLE color: 10235956.

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

Color convert

RGB 52 48 156 -
CMYK 0.67 0.69 0 0.39
HSL 242.22º 0.53% 0.4% -
HSV(B) 242.22º 0.69% 0.61% -
XYZ 8.47 5.24 32.02 -
YUV 61.51 181.33 121.22 -
System Red Green Blue C M Y K H S L
Decimal 52 48 156 0.67 0.69 0 0.39 242.22 0.53 0.4
Hex 34 30 9C 43 45 0 27 F2 35 28
Octal 64 60 234 103 105 0 47 362 65 50
Binary 110100 110000 10011100 1000011 1000101 0 100111 11110010 110101 101000

Color Harmonies of #34309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34309C

Black with #34309C

Text Example


Text Example

White with #34309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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