Html Css Color HEX #37258E Dark Slate Blue

📋 copy color: '#37258E'

red 55 ◦ green 37 ◦ blue 142

#37258E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #37258E

Tints of Dark Slate Blue #37258E

RGB

 RED value IS 55 (21.88% from 255) = 23.5%

 GREEN value IS 37 (14.84% from 255) = 15.81%

 BLUE value IS 142 (55.86% from 255) = 60.68%

R = 23.5%
G = 15.81%
B = 60.68%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#37258E (or 0x37258E) is known color: 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

RGB 55 37 142 -
CMYK 0.61 0.74 0 0.44
HSL 250.29º 0.59% 0.35% -
HSV(B) 250.29º 0.74% 0.56% -
XYZ 7.12 4.09 26.01 -
YUV 54.35 177.46 128.46 -
System Red Green Blue C M Y K H S L
Decimal 55 37 142 0.61 0.74 0 0.44 250.29 0.59 0.35
Hex 37 25 8E 3D 4A 0 2C FA 3B 23
Octal 67 45 216 75 112 0 54 372 73 43
Binary 110111 100101 10001110 111101 1001010 0 101100 11111010 111011 100011

Color Harmonies of #37258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37258E

Black with #37258E

Text Example


Text Example

White with #37258E

Text Example


Text Example

HTML Codes & Css Web 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>