#373175

Color #373175 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #373175

Tints of Deep Koamaru #373175

Color information

#373175 (or 0x373175) is unknown color: approx Deep Koamaru. HEX triplet: 37, 31 and 75. RGB value is (55,49,117). Sum of RGB (Red+Green+Blue) = 55+49+117=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #373175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373175 is #C8CE8A. Grayscale: #3A3A3A. Windows color (decimal): -13160075 or 7680311. OLE color: 7680311.

HSL color Cylindrical-coordinate representation of color #373175: hue angle of 245.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #373175 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5549117-
CMYK0.530.5800.54
HSL245.29º40.96%32.55%-
HSV(B)245.29º58.12%45.88%-
XYZ5.884.2917.35-
YUV58.55160.99125.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=24.89%
G=22.17%
B=52.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55491170.530.5800.54245.2940.9632.55
Hex373175353A036f52921
Octal676116565720663655141
Binary1101111100011110101110101111010011011011110101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373175; }

 p { color: rgb(55,49,117); }

 H1.HeaderClassName
 {
   color: #373175;
 }
 .AnyTagClassName
 {
   color: #373175;
 }
</style>
background-color css

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

 a { background-color: rgb(55,49,117); }

 div.DivClassName
 {
   background-color: #373175;
 }
 .BgClassName
 {
   background-color: #373175;
 }
</style>
border-color css

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

 span { border-color: rgb(55,49,117); }

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