#3D4A5F

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

Shades of Rhino #3D4A5F

Tints of Rhino #3D4A5F

Color information

#3D4A5F (or 0x3D4A5F) is unknown color: approx Rhino. HEX triplet: 3D, 4A and 5F. RGB value is (61,74,95). Sum of RGB (Red+Green+Blue) = 61+74+95=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 95 - color contains mainly: blue. Hex color #3D4A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4A5F is #C2B5A0. Grayscale: #484848. Windows color (decimal): -12760481 or 6244925. OLE color: 6244925.

HSL color Cylindrical-coordinate representation of color #3D4A5F: hue angle of 217.06º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D4A5F is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB617495-
CMYK0.360.2200.63
HSL217.06º21.79%30.59%-
HSV(B)217.06º35.79%37.25%-
XYZ6.446.7211.78-
YUV72.51140.69119.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.52%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 95 (37.5% from 255) = 41.30%
R=26.52%
G=32.17%
B=41.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6174950.360.2200.63217.0621.7930.59
Hex3D4A5F241603Fd9161f
Octal7511213744260773312637
Binary11110110010101011111100100101100111111110110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,74,95); }

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

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

 a { background-color: rgb(61,74,95); }

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

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

 span { border-color: rgb(61,74,95); }

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