#37258E

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

Shades of Dark Slate Blue #37258E

Tints of Dark Slate Blue #37258E

Color information

#37258E (or 0x37258E) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 25 and 8E. RGB value is (55,37,142). Sum of RGB (Red+Green+Blue) = 55+37+142=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #37258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37258E is #C8DA71. Grayscale: #353535. Windows color (decimal): -13163122 or 9315639. OLE color: 9315639.

HSL color Cylindrical-coordinate representation of color #37258E: hue angle of 250.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37258E is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5537142-
CMYK0.610.7400.44
HSL250.29º58.66%35.1%-
HSV(B)250.29º73.94%55.69%-
XYZ7.124.0926.01-
YUV54.35177.46128.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 142 (55.86% from 255) = 60.68%
R=23.50%
G=15.81%
B=60.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55371420.610.7400.44250.2958.6635.1
Hex37258E3D4A02Cfa3b23
Octal6745216751120543727343
Binary110111100101100011101111011001010010110011111010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,37,142); }

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

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

 a { background-color: rgb(55,37,142); }

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

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

 span { border-color: rgb(55,37,142); }

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