#3C4755

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

Shades of Rhino #3C4755

Tints of Rhino #3C4755

Color information

#3C4755 (or 0x3C4755) is unknown color: approx Rhino. HEX triplet: 3C, 47 and 55. RGB value is (60,71,85). Sum of RGB (Red+Green+Blue) = 60+71+85=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C4755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4755 is #C3B8AA. Grayscale: #454545. Windows color (decimal): -12826795 or 5588796. OLE color: 5588796.

HSL color Cylindrical-coordinate representation of color #3C4755: hue angle of 213.6º 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 #3C4755 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB607185-
CMYK0.290.1600.67
HSL213.6º17.24%28.43%-
HSV(B)213.6º29.41%33.33%-
XYZ5.766.129.47-
YUV69.31136.86121.36-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.78%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 85 (33.59% from 255) = 39.35%
R=27.78%
G=32.87%
B=39.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6071850.290.1600.67213.617.2428.43
Hex3C47551D10043d6111c
Octal74107125352001033262134
Binary11110010001111010101111011000001000011110101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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