Html Css Color HEX #34269D Dark Slate Blue

📋 copy color: '#34269D'

red 52 ◦ green 38 ◦ blue 157

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

Shades of Dark Slate Blue #34269D

Tints of Dark Slate Blue #34269D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

 BLUE value IS 157 (61.72% from 255) = 63.56%

R = 21.05%
G = 15.38%
B = 63.56%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34269D (or 0x34269D) is known color: Dark Slate Blue. HEX triplet: 34, 26 and 9D. RGB value is (52,38,157). Sum of RGB (Red+Green+Blue) = 52+38+157=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #34269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34269D is #CBD962. Grayscale: #373737. Windows color (decimal): -13359459 or 10298932. OLE color: 10298932.

HSL color Cylindrical-coordinate representation of color #34269D: hue angle of 247.06º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34269D is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 38 157 -
CMYK 0.67 0.76 0 0.38
HSL 247.06º 0.61% 0.38% -
HSV(B) 247.06º 0.76% 0.62% -
XYZ 8.2 4.55 32.34 -
YUV 55.75 185.14 125.32 -
System Red Green Blue C M Y K H S L
Decimal 52 38 157 0.67 0.76 0 0.38 247.06 0.61 0.38
Hex 34 26 9D 43 4C 0 26 F7 3D 26
Octal 64 46 235 103 114 0 46 367 75 46
Binary 110100 100110 10011101 1000011 1001100 0 100110 11110111 111101 100110

Color Harmonies of #34269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34269D

Black with #34269D

Text Example


Text Example

White with #34269D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,38,157); }

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

background-color css

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

 a { background-color: rgb(52,38,157); }

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

border-color css

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

 span { border-color: rgb(52,38,157); }

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