Html Css Color HEX #364655 Rhino

📋 copy color: '#364655'

red 54 ◦ green 70 ◦ blue 85

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

Shades of Rhino #364655

Tints of Rhino #364655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.67%

R = 25.84%
G = 33.49%
B = 40.67%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#364655 (or 0x364655) is known color: Rhino. HEX triplet: 36, 46 and 55. RGB value is (54,70,85). Sum of RGB (Red+Green+Blue) = 54+70+85=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #364655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364655 is #C9B9AA. Grayscale: #424242. Windows color (decimal): -13220267 or 5588534. OLE color: 5588534.

HSL color Cylindrical-coordinate representation of color #364655: hue angle of 209.03º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #364655 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 70 85 -
CMYK 0.36 0.18 0 0.67
HSL 209.03º 0.22% 0.27% -
HSV(B) 209.03º 0.36% 0.33% -
XYZ 5.35 5.82 9.44 -
YUV 66.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 54 70 85 0.36 0.18 0 0.67 209.03 0.22 0.27
Hex 36 46 55 24 12 0 43 D1 16 1B
Octal 66 106 125 44 22 0 103 321 26 33
Binary 110110 1000110 1010101 100100 10010 0 1000011 11010001 10110 11011

Color Harmonies of #364655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364655

Black with #364655

Text Example


Text Example

White with #364655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364655; }

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

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

background-color css

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

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

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

border-color css

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

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

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