#3B485C

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

Shades of Rhino #3B485C

Tints of Rhino #3B485C

Color information

#3B485C (or 0x3B485C) is unknown color: approx Rhino. HEX triplet: 3B, 48 and 5C. RGB value is (59,72,92). Sum of RGB (Red+Green+Blue) = 59+72+92=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B485C is #C4B7A3. Grayscale: #464646. Windows color (decimal): -12892068 or 6047803. OLE color: 6047803.

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

Color convert

RGB597292-
CMYK0.360.2200.64
HSL216.36º21.85%29.61%-
HSV(B)216.36º35.87%36.08%-
XYZ6.056.3411.03-
YUV70.39140.19119.87-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.46%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=26.46%
G=32.29%
B=41.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5972920.360.2200.64216.3621.8529.61
Hex3B485C2416040d8161e
Octal73110134442601003302636
Binary111011100100010111001001001011001000000110110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,72,92); }

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

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

 a { background-color: rgb(59,72,92); }

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

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

 span { border-color: rgb(59,72,92); }

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