Html Css Color HEX #34309B Dark Slate Blue

📋 copy color: '#34309B'

red 52 ◦ green 48 ◦ blue 155

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

Shades of Dark Slate Blue #34309B

Tints of Dark Slate Blue #34309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.78%

R = 20.39%
G = 18.82%
B = 60.78%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34309B (or 0x34309B) is known color: Dark Slate Blue. HEX triplet: 34, 30 and 9B. RGB value is (52,48,155). Sum of RGB (Red+Green+Blue) = 52+48+155=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #34309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34309B is #CBCF64. Grayscale: #3C3C3C. Windows color (decimal): -13356901 or 10170420. OLE color: 10170420.

HSL color Cylindrical-coordinate representation of color #34309B: hue angle of 242.24º 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 #34309B is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 48 155 -
CMYK 0.66 0.69 0 0.39
HSL 242.24º 0.53% 0.4% -
HSV(B) 242.24º 0.69% 0.61% -
XYZ 8.39 5.21 31.57 -
YUV 61.39 180.83 121.3 -
System Red Green Blue C M Y K H S L
Decimal 52 48 155 0.66 0.69 0 0.39 242.24 0.53 0.4
Hex 34 30 9B 42 45 0 27 F2 35 28
Octal 64 60 233 102 105 0 47 362 65 50
Binary 110100 110000 10011011 1000010 1000101 0 100111 11110010 110101 101000

Color Harmonies of #34309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34309B

Black with #34309B

Text Example


Text Example

White with #34309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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