Html Css Color HEX #34339E Dark Slate Blue

📋 copy color: '#34339E'

red 52 ◦ green 51 ◦ blue 158

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

Shades of Dark Slate Blue #34339E

Tints of Dark Slate Blue #34339E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.54%

 BLUE value IS 158 (62.11% from 255) = 60.54%

R = 19.92%
G = 19.54%
B = 60.54%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34339E (or 0x34339E) is known color: Dark Slate Blue. HEX triplet: 34, 33 and 9E. RGB value is (52,51,158). Sum of RGB (Red+Green+Blue) = 52+51+158=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #34339E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34339E is #CBCC61. Grayscale: #3F3F3F. Windows color (decimal): -13356130 or 10367796. OLE color: 10367796.

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

Color convert

RGB 52 51 158 -
CMYK 0.67 0.68 0 0.38
HSL 240.56º 0.51% 0.41% -
HSV(B) 240.56º 0.68% 0.62% -
XYZ 8.77 5.57 32.96 -
YUV 63.5 181.33 119.8 -
System Red Green Blue C M Y K H S L
Decimal 52 51 158 0.67 0.68 0 0.38 240.56 0.51 0.41
Hex 34 33 9E 43 44 0 26 F1 33 29
Octal 64 63 236 103 104 0 46 361 63 51
Binary 110100 110011 10011110 1000011 1000100 0 100110 11110001 110011 101001

Color Harmonies of #34339E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34339E

Black with #34339E

Text Example


Text Example

White with #34339E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34339E; }

 p { color: rgb(52,51,158); }

 H1.HeaderClassName
 {
   color: #34339E;
 }
 .AnyTagClassName
 {
   color: #34339E;
 }
</style>

background-color css

<style>
 a { background-color: #34339E; }

 a { background-color: rgb(52,51,158); }

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

border-color css

<style>
 span { border-color: #34339E; }

 span { border-color: rgb(52,51,158); }

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