Html Css Color HEX #37308D Dark Slate Blue

📋 copy color: '#37308D'

red 55 ◦ green 48 ◦ blue 141

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

Shades of Dark Slate Blue #37308D

Tints of Dark Slate Blue #37308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.67%

 BLUE value IS 141 (55.47% from 255) = 57.79%

R = 22.54%
G = 19.67%
B = 57.79%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37308D (or 0x37308D) is known color: Dark Slate Blue. HEX triplet: 37, 30 and 8D. RGB value is (55,48,141). Sum of RGB (Red+Green+Blue) = 55+48+141=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #37308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37308D is #C8CF72. Grayscale: #3C3C3C. Windows color (decimal): -13160307 or 9252919. OLE color: 9252919.

HSL color Cylindrical-coordinate representation of color #37308D: hue angle of 244.52º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37308D is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 48 141 -
CMYK 0.61 0.66 0 0.45
HSL 244.52º 0.49% 0.37% -
HSV(B) 244.52º 0.66% 0.55% -
XYZ 7.44 4.85 25.74 -
YUV 60.7 173.32 123.94 -
System Red Green Blue C M Y K H S L
Decimal 55 48 141 0.61 0.66 0 0.45 244.52 0.49 0.37
Hex 37 30 8D 3D 42 0 2D F5 31 25
Octal 67 60 215 75 102 0 55 365 61 45
Binary 110111 110000 10001101 111101 1000010 0 101101 11110101 110001 100101

Color Harmonies of #37308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37308D

Black with #37308D

Text Example


Text Example

White with #37308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,48,141); }

 H1.HeaderClassName
 {
   color: #37308D;
 }
 .AnyTagClassName
 {
   color: #37308D;
 }
</style>

background-color css

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

 a { background-color: rgb(55,48,141); }

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

border-color css

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

 span { border-color: rgb(55,48,141); }

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