#3C4855

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

Shades of Rhino #3C4855

Tints of Rhino #3C4855

Color information

#3C4855 (or 0x3C4855) is unknown color: approx Rhino. HEX triplet: 3C, 48 and 55. RGB value is (60,72,85). Sum of RGB (Red+Green+Blue) = 60+72+85=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C4855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4855 is #C3B7AA. Grayscale: #454545. Windows color (decimal): -12826539 or 5589052. OLE color: 5589052.

HSL color Cylindrical-coordinate representation of color #3C4855: hue angle of 211.2º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C4855 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB607285-
CMYK0.290.1500.67
HSL211.2º17.24%28.43%-
HSV(B)211.2º29.41%33.33%-
XYZ5.826.259.49-
YUV69.89136.52120.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.65%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=27.65%
G=33.18%
B=39.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6072850.290.1500.67211.217.2428.43
Hex3C48551DF043d3111c
Octal74110125351701033232134
Binary1111001001000101010111101111101000011110100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,72,85); }

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

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

 a { background-color: rgb(60,72,85); }

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

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

 span { border-color: rgb(60,72,85); }

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