Html Css Color HEX #364656 Rhino

📋 copy color: '#364656'

red 54 ◦ green 70 ◦ blue 86

#364656
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rhino #364656

Tints of Rhino #364656

RGB

 RED value IS 54 (21.48% from 255) = 25.71%

 GREEN value IS 70 (27.73% from 255) = 33.33%

 BLUE value IS 86 (33.98% from 255) = 40.95%

R = 25.71%
G = 33.33%
B = 40.95%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#364656 (or 0x364656) is known color: Rhino. HEX triplet: 36, 46 and 56. RGB value is (54,70,86). Sum of RGB (Red+Green+Blue) = 54+70+86=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #364656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364656 is #C9B9A9. Grayscale: #424242. Windows color (decimal): -13220266 or 5654070. OLE color: 5654070.

HSL color Cylindrical-coordinate representation of color #364656: hue angle of 210º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #364656 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 70 86 -
CMYK 0.37 0.19 0 0.66
HSL 210º 0.23% 0.27% -
HSV(B) 210º 0.37% 0.34% -
XYZ 5.39 5.84 9.65 -
YUV 67.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 54 70 86 0.37 0.19 0 0.66 210 0.23 0.27
Hex 36 46 56 25 13 0 42 D2 17 1B
Octal 66 106 126 45 23 0 102 322 27 33
Binary 110110 1000110 1010110 100101 10011 0 1000010 11010010 10111 11011

Color Harmonies of #364656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364656

Black with #364656

Text Example


Text Example

White with #364656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364656; }

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

 H1.HeaderClassName
 {
   color: #364656;
 }
 .AnyTagClassName
 {
   color: #364656;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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