Html Css Color HEX #372C85 Dark Slate Blue

📋 copy color: '#372C85'

red 55 ◦ green 44 ◦ blue 133

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

Shades of Dark Slate Blue #372C85

Tints of Dark Slate Blue #372C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.97%

 BLUE value IS 133 (52.34% from 255) = 57.33%

R = 23.71%
G = 18.97%
B = 57.33%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#372C85 (or 0x372C85) is known color: Dark Slate Blue. HEX triplet: 37, 2C and 85. RGB value is (55,44,133). Sum of RGB (Red+Green+Blue) = 55+44+133=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #372C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372C85 is #C8D37A. Grayscale: #393939. Windows color (decimal): -13161339 or 8727607. OLE color: 8727607.

HSL color Cylindrical-coordinate representation of color #372C85: hue angle of 247.42º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #372C85 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 44 133 -
CMYK 0.59 0.67 0 0.48
HSL 247.42º 0.5% 0.35% -
HSV(B) 247.42º 0.67% 0.52% -
XYZ 6.71 4.31 22.67 -
YUV 57.44 170.64 126.26 -
System Red Green Blue C M Y K H S L
Decimal 55 44 133 0.59 0.67 0 0.48 247.42 0.5 0.35
Hex 37 2C 85 3B 43 0 30 F7 32 23
Octal 67 54 205 73 103 0 60 367 62 43
Binary 110111 101100 10000101 111011 1000011 0 110000 11110111 110010 100011

Color Harmonies of #372C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C85

Black with #372C85

Text Example


Text Example

White with #372C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372C85; }

 p { color: rgb(55,44,133); }

 H1.HeaderClassName
 {
   color: #372C85;
 }
 .AnyTagClassName
 {
   color: #372C85;
 }
</style>

background-color css

<style>
 a { background-color: #372C85; }

 a { background-color: rgb(55,44,133); }

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

border-color css

<style>
 span { border-color: #372C85; }

 span { border-color: rgb(55,44,133); }

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