Html Css Color HEX #36465A Rhino

📋 copy color: '#36465A'

red 54 ◦ green 70 ◦ blue 90

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

Shades of Rhino #36465A

Tints of Rhino #36465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.06%

R = 25.23%
G = 32.71%
B = 42.06%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#36465A (or 0x36465A) is known color: Rhino. HEX triplet: 36, 46 and 5A. RGB value is (54,70,90). Sum of RGB (Red+Green+Blue) = 54+70+90=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #36465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36465A is #C9B9A5. Grayscale: #434343. Windows color (decimal): -13220262 or 5916214. OLE color: 5916214.

HSL color Cylindrical-coordinate representation of color #36465A: hue angle of 213.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36465A is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 70 90 -
CMYK 0.40 0.22 0 0.65
HSL 213.33º 0.25% 0.28% -
HSV(B) 213.33º 0.4% 0.35% -
XYZ 5.56 5.9 10.52 -
YUV 67.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 54 70 90 0.40 0.22 0 0.65 213.33 0.25 0.28
Hex 36 46 5A 28 16 0 41 D5 19 1C
Octal 66 106 132 50 26 0 101 325 31 34
Binary 110110 1000110 1011010 101000 10110 0 1000001 11010101 11001 11100

Color Harmonies of #36465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36465A

Black with #36465A

Text Example


Text Example

White with #36465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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