Html Css Color HEX #34289B Dark Slate Blue

📋 copy color: '#34289B'

red 52 ◦ green 40 ◦ blue 155

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

Shades of Dark Slate Blue #34289B

Tints of Dark Slate Blue #34289B

RGB

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

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

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

R = 21.05%
G = 16.19%
B = 62.75%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34289B (or 0x34289B) is known color: Dark Slate Blue. HEX triplet: 34, 28 and 9B. RGB value is (52,40,155). Sum of RGB (Red+Green+Blue) = 52+40+155=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #34289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34289B is #CBD764. Grayscale: #383838. Windows color (decimal): -13358949 or 10168372. OLE color: 10168372.

HSL color Cylindrical-coordinate representation of color #34289B: hue angle of 246.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34289B is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 40 155 -
CMYK 0.66 0.74 0 0.39
HSL 246.26º 0.59% 0.38% -
HSV(B) 246.26º 0.74% 0.61% -
XYZ 8.09 4.61 31.47 -
YUV 56.7 183.48 124.65 -
System Red Green Blue C M Y K H S L
Decimal 52 40 155 0.66 0.74 0 0.39 246.26 0.59 0.38
Hex 34 28 9B 42 4A 0 27 F6 3B 26
Octal 64 50 233 102 112 0 47 366 73 46
Binary 110100 101000 10011011 1000010 1001010 0 100111 11110110 111011 100110

Color Harmonies of #34289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34289B

Black with #34289B

Text Example


Text Example

White with #34289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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