#34278B

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

Shades of Dark Slate Blue #34278B

Tints of Dark Slate Blue #34278B

Color information

#34278B (or 0x34278B) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 27 and 8B. RGB value is (52,39,139). Sum of RGB (Red+Green+Blue) = 52+39+139=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #34278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34278B is #CBD874. Grayscale: #353535. Windows color (decimal): -13359221 or 9119540. OLE color: 9119540.

HSL color Cylindrical-coordinate representation of color #34278B: hue angle of 247.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34278B is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5239139-
CMYK0.630.7200.45
HSL247.8º56.18%34.9%-
HSV(B)247.8º71.94%54.51%-
XYZ6.84.0524.85-
YUV54.29175.81126.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 139 (54.69% from 255) = 60.43%
R=22.61%
G=16.96%
B=60.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52391390.630.7200.45247.856.1834.9
Hex34278B3F4802Df83823
Octal6447213771100553707043
Binary110100100111100010111111111001000010110111111000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34278B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34278B; }

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

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

<style>
 a { background-color: #34278B; }

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

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

<style>
 span { border-color: #34278B; }

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

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