#34279D

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

Shades of Dark Slate Blue #34279D

Tints of Dark Slate Blue #34279D

Color information

#34279D (or 0x34279D) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 27 and 9D. RGB value is (52,39,157). Sum of RGB (Red+Green+Blue) = 52+39+157=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #34279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34279D is #CBD862. Grayscale: #373737. Windows color (decimal): -13359203 or 10299188. OLE color: 10299188.

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

Color convert

RGB5239157-
CMYK0.670.7500.38
HSL246.61º60.2%38.43%-
HSV(B)246.61º75.16%61.57%-
XYZ8.234.6232.36-
YUV56.34184.81124.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 39 (15.62% from 255) = 15.73%
BLUE value IS 157 (61.72% from 255) = 63.31%
R=20.97%
G=15.73%
B=63.31%

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
Decimal52391570.670.7500.38246.6160.238.43
Hex34279D434B026f73c26
Octal64472351031130463677446
Binary1101001001111001110110000111001011010011011110111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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