#37349A

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

Shades of Dark Slate Blue #37349A

Tints of Dark Slate Blue #37349A

Color information

#37349A (or 0x37349A) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 34 and 9A. RGB value is (55,52,154). Sum of RGB (Red+Green+Blue) = 55+52+154=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #37349A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37349A is #C8CB65. Grayscale: #404040. Windows color (decimal): -13159270 or 10105911. OLE color: 10105911.

HSL color Cylindrical-coordinate representation of color #37349A: hue angle of 241.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37349A is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5552154-
CMYK0.640.6600.40
HSL241.76º49.51%40.39%-
HSV(B)241.76º66.23%60.39%-
XYZ8.645.631.2-
YUV64.52178.49121.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 154 (60.55% from 255) = 59.00%
R=21.07%
G=19.92%
B=59.00%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55521540.640.6600.40241.7649.5140.39
Hex37349A4042028f23228
Octal67642321001020503626250
Binary1101111101001001101010000001000010010100011110010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37349A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37349A; }

 p { color: rgb(55,52,154); }

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

<style>
 a { background-color: #37349A; }

 a { background-color: rgb(55,52,154); }

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

<style>
 span { border-color: #37349A; }

 span { border-color: rgb(55,52,154); }

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