Html Css Color HEX #34258F Dark Slate Blue

📋 copy color: '#34258F'

red 52 ◦ green 37 ◦ blue 143

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

Shades of Dark Slate Blue #34258F

Tints of Dark Slate Blue #34258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 61.64%

R = 22.41%
G = 15.95%
B = 61.64%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#34258F (or 0x34258F) is known color: Dark Slate Blue. HEX triplet: 34, 25 and 8F. RGB value is (52,37,143). Sum of RGB (Red+Green+Blue) = 52+37+143=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #34258F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34258F is #CBDA70. Grayscale: #353535. Windows color (decimal): -13359729 or 9381172. OLE color: 9381172.

HSL color Cylindrical-coordinate representation of color #34258F: hue angle of 248.49º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34258F is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 37 143 -
CMYK 0.64 0.74 0 0.44
HSL 248.49º 0.59% 0.35% -
HSV(B) 248.49º 0.74% 0.56% -
XYZ 7.04 4.04 26.39 -
YUV 53.57 178.47 126.88 -
System Red Green Blue C M Y K H S L
Decimal 52 37 143 0.64 0.74 0 0.44 248.49 0.59 0.35
Hex 34 25 8F 40 4A 0 2C F8 3B 23
Octal 64 45 217 100 112 0 54 370 73 43
Binary 110100 100101 10001111 1000000 1001010 0 101100 11111000 111011 100011

Color Harmonies of #34258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34258F

Black with #34258F

Text Example


Text Example

White with #34258F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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