Html Css Color HEX #34289F Dark Slate Blue

📋 copy color: '#34289F'

red 52 ◦ green 40 ◦ blue 159

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

Shades of Dark Slate Blue #34289F

Tints of Dark Slate Blue #34289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.94%

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

R = 20.72%
G = 15.94%
B = 63.35%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34289F (or 0x34289F) is known color: Dark Slate Blue. HEX triplet: 34, 28 and 9F. RGB value is (52,40,159). Sum of RGB (Red+Green+Blue) = 52+40+159=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #34289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34289F is #CBD760. Grayscale: #383838. Windows color (decimal): -13358945 or 10430516. OLE color: 10430516.

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

Color convert

RGB 52 40 159 -
CMYK 0.67 0.75 0 0.38
HSL 246.05º 0.6% 0.39% -
HSV(B) 246.05º 0.75% 0.62% -
XYZ 8.43 4.75 33.27 -
YUV 57.15 185.48 124.32 -
System Red Green Blue C M Y K H S L
Decimal 52 40 159 0.67 0.75 0 0.38 246.05 0.6 0.39
Hex 34 28 9F 43 4B 0 26 F6 3C 27
Octal 64 50 237 103 113 0 46 366 74 47
Binary 110100 101000 10011111 1000011 1001011 0 100110 11110110 111100 100111

Color Harmonies of #34289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34289F

Black with #34289F

Text Example


Text Example

White with #34289F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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