#36465B

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

Shades of Rhino #36465B

Tints of Rhino #36465B

Color information

#36465B (or 0x36465B) is unknown color: approx Rhino. HEX triplet: 36, 46 and 5B. RGB value is (54,70,91). Sum of RGB (Red+Green+Blue) = 54+70+91=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #36465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36465B is #C9B9A4. Grayscale: #434343. Windows color (decimal): -13220261 or 5981750. OLE color: 5981750.

HSL color Cylindrical-coordinate representation of color #36465B: hue angle of 214.05º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36465B is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB547091-
CMYK0.410.2300.64
HSL214.05º25.52%28.43%-
HSV(B)214.05º40.66%35.69%-
XYZ5.65.9210.75-
YUV67.61141.2118.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=25.12%
G=32.56%
B=42.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5470910.410.2300.64214.0525.5228.43
Hex36465B2917040d61a1c
Octal66106133512701003263234
Binary110110100011010110111010011011101000000110101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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