Html Css Color HEX #36465D Rhino

📋 copy color: '#36465D'

red 54 ◦ green 70 ◦ blue 93

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

Shades of Rhino #36465D

Tints of Rhino #36465D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 42.86%

R = 24.88%
G = 32.26%
B = 42.86%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36465D (or 0x36465D) is known color: Rhino. HEX triplet: 36, 46 and 5D. RGB value is (54,70,93). Sum of RGB (Red+Green+Blue) = 54+70+93=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #36465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36465D is #C9B9A2. Grayscale: #434343. Windows color (decimal): -13220259 or 6112822. OLE color: 6112822.

HSL color Cylindrical-coordinate representation of color #36465D: hue angle of 215.38º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #36465D is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 70 93 -
CMYK 0.42 0.25 0 0.64
HSL 215.38º 0.27% 0.29% -
HSV(B) 215.38º 0.42% 0.36% -
XYZ 5.69 5.95 11.21 -
YUV 67.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 54 70 93 0.42 0.25 0 0.64 215.38 0.27 0.29
Hex 36 46 5D 2A 19 0 40 D7 1B 1D
Octal 66 106 135 52 31 0 100 327 33 35
Binary 110110 1000110 1011101 101010 11001 0 1000000 11010111 11011 11101

Color Harmonies of #36465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36465D

Black with #36465D

Text Example


Text Example

White with #36465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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