#3B495C

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

Shades of Rhino #3B495C

Tints of Rhino #3B495C

Color information

#3B495C (or 0x3B495C) is unknown color: approx Rhino. HEX triplet: 3B, 49 and 5C. RGB value is (59,73,92). Sum of RGB (Red+Green+Blue) = 59+73+92=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B495C is #C4B6A3. Grayscale: #464646. Windows color (decimal): -12891812 or 6048059. OLE color: 6048059.

HSL color Cylindrical-coordinate representation of color #3B495C: hue angle of 214.55º 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 #3B495C is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB597392-
CMYK0.360.2100.64
HSL214.55º21.85%29.61%-
HSV(B)214.55º35.87%36.08%-
XYZ6.126.4711.05-
YUV70.98139.86119.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.34%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 92 (36.33% from 255) = 41.07%
R=26.34%
G=32.59%
B=41.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5973920.360.2100.64214.5521.8529.61
Hex3B495C2415040d7161e
Octal73111134442501003272636
Binary111011100100110111001001001010101000000110101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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