#3D485B

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

Shades of Rhino #3D485B

Tints of Rhino #3D485B

Color information

#3D485B (or 0x3D485B) is unknown color: approx Rhino. HEX triplet: 3D, 48 and 5B. RGB value is (61,72,91). Sum of RGB (Red+Green+Blue) = 61+72+91=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D485B is #C2B7A4. Grayscale: #464646. Windows color (decimal): -12760997 or 5982269. OLE color: 5982269.

HSL color Cylindrical-coordinate representation of color #3D485B: hue angle of 218º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D485B is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB617291-
CMYK0.330.2100.64
HSL218º19.74%29.8%-
HSV(B)218º32.97%35.69%-
XYZ6.136.3810.81-
YUV70.88139.36120.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.23%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 91 (35.94% from 255) = 40.62%
R=27.23%
G=32.14%
B=40.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6172910.330.2100.6421819.7429.8
Hex3D485B2115040da141e
Octal75110133412501003322436
Binary111101100100010110111000011010101000000110110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D485B; }

 p { color: rgb(61,72,91); }

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

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

 a { background-color: rgb(61,72,91); }

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

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

 span { border-color: rgb(61,72,91); }

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