#37475F

Color #37475F Rhino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rhino #37475F

Tints of Rhino #37475F

Color information

#37475F (or 0x37475F) is unknown color: approx Rhino. HEX triplet: 37, 47 and 5F. RGB value is (55,71,95). Sum of RGB (Red+Green+Blue) = 55+71+95=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #37475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37475F is #C8B8A0. Grayscale: #444444. Windows color (decimal): -13154465 or 6244151. OLE color: 6244151.

HSL color Cylindrical-coordinate representation of color #37475F: hue angle of 216º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #37475F is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB557195-
CMYK0.420.2500.63
HSL216º26.67%29.41%-
HSV(B)216º42.11%37.25%-
XYZ5.896.1411.7-
YUV68.95142.7118.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 95 (37.5% from 255) = 42.99%
R=24.89%
G=32.13%
B=42.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5571950.420.2500.6321626.6729.41
Hex37475F2A1903Fd81b1d
Octal6710713752310773303335
Binary11011110001111011111101010110010111111110110001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37475F; }

 p { color: rgb(55,71,95); }

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

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

 a { background-color: rgb(55,71,95); }

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

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

 span { border-color: rgb(55,71,95); }

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