Html Css Color HEX #34269F Dark Slate Blue

📋 copy color: '#34269F'

red 52 ◦ green 38 ◦ blue 159

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

Shades of Dark Slate Blue #34269F

Tints of Dark Slate Blue #34269F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 63.86%

R = 20.88%
G = 15.26%
B = 63.86%

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

#34269F (or 0x34269F) is known color: Dark Slate Blue. HEX triplet: 34, 26 and 9F. RGB value is (52,38,159). Sum of RGB (Red+Green+Blue) = 52+38+159=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #34269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34269F is #CBD960. Grayscale: #373737. Windows color (decimal): -13359457 or 10430004. OLE color: 10430004.

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

Color convert

RGB 52 38 159 -
CMYK 0.67 0.76 0 0.38
HSL 246.94º 0.61% 0.39% -
HSV(B) 246.94º 0.76% 0.62% -
XYZ 8.37 4.62 33.25 -
YUV 55.98 186.14 125.16 -
System Red Green Blue C M Y K H S L
Decimal 52 38 159 0.67 0.76 0 0.38 246.94 0.61 0.39
Hex 34 26 9F 43 4C 0 26 F7 3D 27
Octal 64 46 237 103 114 0 46 367 75 47
Binary 110100 100110 10011111 1000011 1001100 0 100110 11110111 111101 100111

Color Harmonies of #34269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34269F

Black with #34269F

Text Example


Text Example

White with #34269F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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