#364655

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

Shades of Rhino #364655

Tints of Rhino #364655

Color information

#364655 (or 0x364655) is unknown color: approx Rhino. HEX triplet: 36, 46 and 55. RGB value is (54,70,85). Sum of RGB (Red+Green+Blue) = 54+70+85=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #364655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364655 is #C9B9AA. Grayscale: #424242. Windows color (decimal): -13220267 or 5588534. OLE color: 5588534.

HSL color Cylindrical-coordinate representation of color #364655: hue angle of 209.03º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #364655 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB547085-
CMYK0.360.1800.67
HSL209.03º22.3%27.25%-
HSV(B)209.03º36.47%33.33%-
XYZ5.355.829.44-
YUV66.93138.2118.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=25.84%
G=33.49%
B=40.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5470850.360.1800.67209.0322.327.25
Hex3646552412043d1161b
Octal66106125442201033212633
Binary110110100011010101011001001001001000011110100011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364655; }

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

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

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

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

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

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

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

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