Html Css Color HEX #34339C Dark Slate Blue

📋 copy color: '#34339C'

red 52 ◦ green 51 ◦ blue 156

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

Shades of Dark Slate Blue #34339C

Tints of Dark Slate Blue #34339C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.23%

R = 20.08%
G = 19.69%
B = 60.23%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34339C (or 0x34339C) is known color: Dark Slate Blue. HEX triplet: 34, 33 and 9C. RGB value is (52,51,156). Sum of RGB (Red+Green+Blue) = 52+51+156=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #34339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34339C is #CBCC63. Grayscale: #3E3E3E. Windows color (decimal): -13356132 or 10236724. OLE color: 10236724.

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

Color convert

RGB 52 51 156 -
CMYK 0.67 0.67 0 0.39
HSL 240.57º 0.51% 0.41% -
HSV(B) 240.57º 0.67% 0.61% -
XYZ 8.6 5.5 32.06 -
YUV 63.27 180.33 119.96 -
System Red Green Blue C M Y K H S L
Decimal 52 51 156 0.67 0.67 0 0.39 240.57 0.51 0.41
Hex 34 33 9C 43 43 0 27 F1 33 29
Octal 64 63 234 103 103 0 47 361 63 51
Binary 110100 110011 10011100 1000011 1000011 0 100111 11110001 110011 101001

Color Harmonies of #34339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34339C

Black with #34339C

Text Example


Text Example

White with #34339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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