#3B4553

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

Shades of Rhino #3B4553

Tints of Rhino #3B4553

Color information

#3B4553 (or 0x3B4553) is unknown color: approx Rhino. HEX triplet: 3B, 45 and 53. RGB value is (59,69,83). Sum of RGB (Red+Green+Blue) = 59+69+83=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B4553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4553 is #C4BAAC. Grayscale: #434343. Windows color (decimal): -12892845 or 5457211. OLE color: 5457211.

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

Color convert

RGB596983-
CMYK0.290.1700.67
HSL215º16.9%27.84%-
HSV(B)215º28.92%32.55%-
XYZ5.495.819.02-
YUV67.61136.69121.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.96%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 83 (32.81% from 255) = 39.34%
R=27.96%
G=32.70%
B=39.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5969830.290.1700.6721516.927.84
Hex3B45531D11043d7111c
Octal73105123352101033272134
Binary11101110001011010011111011000101000011110101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,69,83); }

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

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

 a { background-color: rgb(59,69,83); }

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

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

 span { border-color: rgb(59,69,83); }

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