#364252

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

Shades of Rhino #364252

Tints of Rhino #364252

Color information

#364252 (or 0x364252) is unknown color: approx Rhino. HEX triplet: 36, 42 and 52. RGB value is (54,66,82). Sum of RGB (Red+Green+Blue) = 54+66+82=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 82 - color contains mainly: blue. Hex color #364252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364252 is #C9BDAD. Grayscale: #404040. Windows color (decimal): -13221294 or 5390902. OLE color: 5390902.

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

Color convert

RGB546682-
CMYK0.340.2000.68
HSL214.29º20.59%26.67%-
HSV(B)214.29º34.15%32.16%-
XYZ4.995.298.74-
YUV64.24138.02120.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=26.73%
G=32.67%
B=40.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5466820.340.2000.68214.2920.5926.67
Hex3642522214044d6151b
Octal66102122422401043262533
Binary110110100001010100101000101010001000100110101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364252; }

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

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

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

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

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

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

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

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