Html Css Color HEX #37308B Dark Slate Blue

📋 copy color: '#37308B'

red 55 ◦ green 48 ◦ blue 139

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

Shades of Dark Slate Blue #37308B

Tints of Dark Slate Blue #37308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.44%

R = 22.73%
G = 19.83%
B = 57.44%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37308B (or 0x37308B) is known color: Dark Slate Blue. HEX triplet: 37, 30 and 8B. RGB value is (55,48,139). Sum of RGB (Red+Green+Blue) = 55+48+139=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #37308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37308B is #C8CF74. Grayscale: #3C3C3C. Windows color (decimal): -13160309 or 9121847. OLE color: 9121847.

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

Color convert

RGB 55 48 139 -
CMYK 0.60 0.65 0 0.45
HSL 244.62º 0.49% 0.37% -
HSV(B) 244.62º 0.65% 0.55% -
XYZ 7.29 4.79 24.97 -
YUV 60.47 172.32 124.1 -
System Red Green Blue C M Y K H S L
Decimal 55 48 139 0.60 0.65 0 0.45 244.62 0.49 0.37
Hex 37 30 8B 3C 41 0 2D F5 31 25
Octal 67 60 213 74 101 0 55 365 61 45
Binary 110111 110000 10001011 111100 1000001 0 101101 11110101 110001 100101

Color Harmonies of #37308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37308B

Black with #37308B

Text Example


Text Example

White with #37308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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