Html Css Color HEX #364250 Rhino

📋 copy color: '#364250'

red 54 ◦ green 66 ◦ blue 80

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

Shades of Rhino #364250

Tints of Rhino #364250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33%

 BLUE value IS 80 (31.64% from 255) = 40%

R = 27%
G = 33%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#364250 (or 0x364250) is known color: Rhino. HEX triplet: 36, 42 and 50. RGB value is (54,66,80). Sum of RGB (Red+Green+Blue) = 54+66+80=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #364250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364250 is #C9BDAF. Grayscale: #3F3F3F. Windows color (decimal): -13221296 or 5259830. OLE color: 5259830.

HSL color Cylindrical-coordinate representation of color #364250: hue angle of 212.31º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #364250 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 66 80 -
CMYK 0.33 0.17 0 0.69
HSL 212.31º 0.19% 0.26% -
HSV(B) 212.31º 0.33% 0.31% -
XYZ 4.92 5.26 8.35 -
YUV 64.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 54 66 80 0.33 0.17 0 0.69 212.31 0.19 0.26
Hex 36 42 50 21 11 0 45 D4 13 1A
Octal 66 102 120 41 21 0 105 324 23 32
Binary 110110 1000010 1010000 100001 10001 0 1000101 11010100 10011 11010

Color Harmonies of #364250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364250

Black with #364250

Text Example


Text Example

White with #364250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364250; }

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

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

background-color css

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

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

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

border-color css

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

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

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