Html Css Color HEX #364352 Rhino

📋 copy color: '#364352'

red 54 ◦ green 67 ◦ blue 82

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

Shades of Rhino #364352

Tints of Rhino #364352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33%

 BLUE value IS 82 (32.42% from 255) = 40.39%

R = 26.6%
G = 33%
B = 40.39%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#364352 (or 0x364352) is known color: Rhino. HEX triplet: 36, 43 and 52. RGB value is (54,67,82). Sum of RGB (Red+Green+Blue) = 54+67+82=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #364352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364352 is #C9BCAD. Grayscale: #404040. Windows color (decimal): -13221038 or 5391158. OLE color: 5391158.

HSL color Cylindrical-coordinate representation of color #364352: hue angle of 212.14º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #364352 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 67 82 -
CMYK 0.34 0.18 0 0.68
HSL 212.14º 0.21% 0.27% -
HSV(B) 212.14º 0.34% 0.32% -
XYZ 5.05 5.41 8.76 -
YUV 64.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 54 67 82 0.34 0.18 0 0.68 212.14 0.21 0.27
Hex 36 43 52 22 12 0 44 D4 15 1B
Octal 66 103 122 42 22 0 104 324 25 33
Binary 110110 1000011 1010010 100010 10010 0 1000100 11010100 10101 11011

Color Harmonies of #364352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364352

Black with #364352

Text Example


Text Example

White with #364352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364352; }

 p { color: rgb(54,67,82); }

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

background-color css

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

 a { background-color: rgb(54,67,82); }

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

border-color css

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

 span { border-color: rgb(54,67,82); }

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