Html Css Color HEX #34288D Dark Slate Blue

📋 copy color: '#34288D'

red 52 ◦ green 40 ◦ blue 141

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

Shades of Dark Slate Blue #34288D

Tints of Dark Slate Blue #34288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 60.52%

R = 22.32%
G = 17.17%
B = 60.52%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34288D (or 0x34288D) is known color: Dark Slate Blue. HEX triplet: 34, 28 and 8D. RGB value is (52,40,141). Sum of RGB (Red+Green+Blue) = 52+40+141=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #34288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34288D is #CBD772. Grayscale: #363636. Windows color (decimal): -13358963 or 9250868. OLE color: 9250868.

HSL color Cylindrical-coordinate representation of color #34288D: hue angle of 247.13º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34288D is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 40 141 -
CMYK 0.63 0.72 0 0.45
HSL 247.13º 0.56% 0.35% -
HSV(B) 247.13º 0.72% 0.55% -
XYZ 6.98 4.17 25.64 -
YUV 55.1 176.48 125.79 -
System Red Green Blue C M Y K H S L
Decimal 52 40 141 0.63 0.72 0 0.45 247.13 0.56 0.35
Hex 34 28 8D 3F 48 0 2D F7 38 23
Octal 64 50 215 77 110 0 55 367 70 43
Binary 110100 101000 10001101 111111 1001000 0 101101 11110111 111000 100011

Color Harmonies of #34288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34288D

Black with #34288D

Text Example


Text Example

White with #34288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34288D; }

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

 H1.HeaderClassName
 {
   color: #34288D;
 }
 .AnyTagClassName
 {
   color: #34288D;
 }
</style>

background-color css

<style>
 a { background-color: #34288D; }

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

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

border-color css

<style>
 span { border-color: #34288D; }

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

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