#36465D

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

Shades of Rhino #36465D

Tints of Rhino #36465D

Color information

#36465D (or 0x36465D) is unknown color: approx Rhino. HEX triplet: 36, 46 and 5D. RGB value is (54,70,93). Sum of RGB (Red+Green+Blue) = 54+70+93=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #36465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36465D is #C9B9A2. Grayscale: #434343. Windows color (decimal): -13220259 or 6112822. OLE color: 6112822.

HSL color Cylindrical-coordinate representation of color #36465D: hue angle of 215.38º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #36465D is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB547093-
CMYK0.420.2500.64
HSL215.38º26.53%28.82%-
HSV(B)215.38º41.94%36.47%-
XYZ5.695.9511.21-
YUV67.84142.2118.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=24.88%
G=32.26%
B=42.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5470930.420.2500.64215.3826.5328.82
Hex36465D2A19040d71b1d
Octal66106135523101003273335
Binary110110100011010111011010101100101000000110101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36465D; }

 p { color: rgb(54,70,93); }

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

<style>
 a { background-color: #36465D; }

 a { background-color: rgb(54,70,93); }

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

<style>
 span { border-color: #36465D; }

 span { border-color: rgb(54,70,93); }

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