Html Css Color HEX #37348E Dark Slate Blue

📋 copy color: '#37348E'

red 55 ◦ green 52 ◦ blue 142

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

Shades of Dark Slate Blue #37348E

Tints of Dark Slate Blue #37348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

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

R = 22.09%
G = 20.88%
B = 57.03%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#37348E (or 0x37348E) is known color: Dark Slate Blue. HEX triplet: 37, 34 and 8E. RGB value is (55,52,142). Sum of RGB (Red+Green+Blue) = 55+52+142=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #37348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37348E is #C8CB71. Grayscale: #3E3E3E. Windows color (decimal): -13159282 or 9319479. OLE color: 9319479.

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

Color convert

RGB 55 52 142 -
CMYK 0.61 0.63 0 0.44
HSL 242º 0.46% 0.38% -
HSV(B) 242º 0.63% 0.56% -
XYZ 7.69 5.22 26.19 -
YUV 63.16 172.49 122.18 -
System Red Green Blue C M Y K H S L
Decimal 55 52 142 0.61 0.63 0 0.44 242 0.46 0.38
Hex 37 34 8E 3D 3F 0 2C F2 2E 26
Octal 67 64 216 75 77 0 54 362 56 46
Binary 110111 110100 10001110 111101 111111 0 101100 11110010 101110 100110

Color Harmonies of #37348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37348E

Black with #37348E

Text Example


Text Example

White with #37348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37348E;
 }
 .AnyTagClassName
 {
   color: #37348E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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