Html Css Color HEX #34389F Dark Slate Blue

📋 copy color: '#34389F'

red 52 ◦ green 56 ◦ blue 159

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

Shades of Dark Slate Blue #34389F

Tints of Dark Slate Blue #34389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.97%

 BLUE value IS 159 (62.5% from 255) = 59.55%

R = 19.48%
G = 20.97%
B = 59.55%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34389F (or 0x34389F) is known color: Dark Slate Blue. HEX triplet: 34, 38 and 9F. RGB value is (52,56,159). Sum of RGB (Red+Green+Blue) = 52+56+159=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #34389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34389F is #CBC760. Grayscale: #424242. Windows color (decimal): -13354849 or 10434612. OLE color: 10434612.

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

Color convert

RGB 52 56 159 -
CMYK 0.67 0.65 0 0.38
HSL 237.76º 0.51% 0.41% -
HSV(B) 237.76º 0.67% 0.62% -
XYZ 9.09 6.06 33.49 -
YUV 66.55 180.17 117.62 -
System Red Green Blue C M Y K H S L
Decimal 52 56 159 0.67 0.65 0 0.38 237.76 0.51 0.41
Hex 34 38 9F 43 41 0 26 EE 33 29
Octal 64 70 237 103 101 0 46 356 63 51
Binary 110100 111000 10011111 1000011 1000001 0 100110 11101110 110011 101001

Color Harmonies of #34389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34389F

Black with #34389F

Text Example


Text Example

White with #34389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34389F; }

 p { color: rgb(52,56,159); }

 H1.HeaderClassName
 {
   color: #34389F;
 }
 .AnyTagClassName
 {
   color: #34389F;
 }
</style>

background-color css

<style>
 a { background-color: #34389F; }

 a { background-color: rgb(52,56,159); }

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

border-color css

<style>
 span { border-color: #34389F; }

 span { border-color: rgb(52,56,159); }

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