#37475D

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

Shades of Rhino #37475D

Tints of Rhino #37475D

Color information

#37475D (or 0x37475D) is unknown color: approx Rhino. HEX triplet: 37, 47 and 5D. RGB value is (55,71,93). Sum of RGB (Red+Green+Blue) = 55+71+93=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #37475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37475D is #C8B8A2. Grayscale: #444444. Windows color (decimal): -13154467 or 6113079. OLE color: 6113079.

HSL color Cylindrical-coordinate representation of color #37475D: hue angle of 214.74º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37475D is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB557193-
CMYK0.410.2400.64
HSL214.74º25.68%29.02%-
HSV(B)214.74º40.86%36.47%-
XYZ5.86.1111.23-
YUV68.72141.7118.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=25.11%
G=32.42%
B=42.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5571930.410.2400.64214.7425.6829.02
Hex37475D2918040d71a1d
Octal67107135513001003273235
Binary110111100011110111011010011100001000000110101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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