Html Css Color HEX #364555 Rhino

📋 copy color: '#364555'

red 54 ◦ green 69 ◦ blue 85

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

Shades of Rhino #364555

Tints of Rhino #364555

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.17%

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

R = 25.96%
G = 33.17%
B = 40.87%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#364555 (or 0x364555) is known color: Rhino. HEX triplet: 36, 45 and 55. RGB value is (54,69,85). Sum of RGB (Red+Green+Blue) = 54+69+85=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #364555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364555 is #C9BAAA. Grayscale: #424242. Windows color (decimal): -13220523 or 5588278. OLE color: 5588278.

HSL color Cylindrical-coordinate representation of color #364555: hue angle of 210.97º 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 #364555 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 69 85 -
CMYK 0.36 0.19 0 0.67
HSL 210.97º 0.22% 0.27% -
HSV(B) 210.97º 0.36% 0.33% -
XYZ 5.29 5.7 9.42 -
YUV 66.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 54 69 85 0.36 0.19 0 0.67 210.97 0.22 0.27
Hex 36 45 55 24 13 0 43 D3 16 1B
Octal 66 105 125 44 23 0 103 323 26 33
Binary 110110 1000101 1010101 100100 10011 0 1000011 11010011 10110 11011

Color Harmonies of #364555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364555

Black with #364555

Text Example


Text Example

White with #364555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364555; }

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

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

background-color css

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

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

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

border-color css

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

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

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