#364253

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

Shades of Rhino #364253

Tints of Rhino #364253

Color information

#364253 (or 0x364253) is unknown color: approx Rhino. HEX triplet: 36, 42 and 53. RGB value is (54,66,83). Sum of RGB (Red+Green+Blue) = 54+66+83=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #364253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364253 is #C9BDAC. Grayscale: #404040. Windows color (decimal): -13221293 or 5456438. OLE color: 5456438.

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

Color convert

RGB546683-
CMYK0.350.2000.67
HSL215.17º21.17%26.86%-
HSV(B)215.17º34.94%32.55%-
XYZ5.035.318.94-
YUV64.35138.52120.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=26.60%
G=32.51%
B=40.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5466830.350.2000.67215.1721.1726.86
Hex3642532314043d7151b
Octal66102123432401033272533
Binary110110100001010100111000111010001000011110101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364253; }

 p { color: rgb(54,66,83); }

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

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

 a { background-color: rgb(54,66,83); }

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

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

 span { border-color: rgb(54,66,83); }

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