#34279E

Color #34279E Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #34279E

Tints of Dark Slate Blue #34279E

Color information

#34279E (or 0x34279E) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 27 and 9E. RGB value is (52,39,158). Sum of RGB (Red+Green+Blue) = 52+39+158=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #34279E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34279E is #CBD861. Grayscale: #373737. Windows color (decimal): -13359202 or 10364724. OLE color: 10364724.

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

Color convert

RGB5239158-
CMYK0.670.7500.38
HSL246.55º60.41%38.63%-
HSV(B)246.55º75.32%61.96%-
XYZ8.314.6532.81-
YUV56.45185.31124.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 158 (62.11% from 255) = 63.45%
R=20.88%
G=15.66%
B=63.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52391580.670.7500.38246.5560.4138.63
Hex34279E434B026f73c27
Octal64472361031130463677447
Binary1101001001111001111010000111001011010011011110111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34279E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34279E;
 }
 .AnyTagClassName
 {
   color: #34279E;
 }
</style>
background-color css

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

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

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

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

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

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