Html Css Color HEX #34269E Dark Slate Blue

📋 copy color: '#34269E'

red 52 ◦ green 38 ◦ blue 158

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

Shades of Dark Slate Blue #34269E

Tints of Dark Slate Blue #34269E

RGB

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

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

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

R = 20.97%
G = 15.32%
B = 63.71%

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

#34269E (or 0x34269E) is known color: Dark Slate Blue. HEX triplet: 34, 26 and 9E. RGB value is (52,38,158). Sum of RGB (Red+Green+Blue) = 52+38+158=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #34269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34269E is #CBD961. Grayscale: #373737. Windows color (decimal): -13359458 or 10364468. OLE color: 10364468.

HSL color Cylindrical-coordinate representation of color #34269E: hue angle of 247º 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 #34269E is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 38 158 -
CMYK 0.67 0.76 0 0.38
HSL 247º 0.61% 0.38% -
HSV(B) 247º 0.76% 0.62% -
XYZ 8.28 4.58 32.8 -
YUV 55.87 185.64 125.24 -
System Red Green Blue C M Y K H S L
Decimal 52 38 158 0.67 0.76 0 0.38 247 0.61 0.38
Hex 34 26 9E 43 4C 0 26 F7 3D 26
Octal 64 46 236 103 114 0 46 367 75 46
Binary 110100 100110 10011110 1000011 1001100 0 100110 11110111 111101 100110

Color Harmonies of #34269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34269E

Black with #34269E

Text Example


Text Example

White with #34269E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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