#3C4961

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

Shades of Rhino #3C4961

Tints of Rhino #3C4961

Color information

#3C4961 (or 0x3C4961) is unknown color: approx Rhino. HEX triplet: 3C, 49 and 61. RGB value is (60,73,97). Sum of RGB (Red+Green+Blue) = 60+73+97=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C4961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4961 is #C3B69E. Grayscale: #474747. Windows color (decimal): -12826271 or 6375740. OLE color: 6375740.

HSL color Cylindrical-coordinate representation of color #3C4961: hue angle of 218.92º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C4961 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB607397-
CMYK0.380.2500.62
HSL218.92º23.57%30.78%-
HSV(B)218.92º38.14%38.04%-
XYZ6.46.5912.24-
YUV71.85142.19119.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.09%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=26.09%
G=31.74%
B=42.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6073970.380.2500.62218.9223.5730.78
Hex3C4961261903Edb181f
Octal7411114146310763333037
Binary11110010010011100001100110110010111110110110111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,73,97); }

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

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

 a { background-color: rgb(60,73,97); }

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

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

 span { border-color: rgb(60,73,97); }

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