Html Css Color HEX #364353 Rhino

📋 copy color: '#364353'

red 54 ◦ green 67 ◦ blue 83

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

Shades of Rhino #364353

Tints of Rhino #364353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.69%

R = 26.47%
G = 32.84%
B = 40.69%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#364353 (or 0x364353) is known color: Rhino. HEX triplet: 36, 43 and 53. RGB value is (54,67,83). Sum of RGB (Red+Green+Blue) = 54+67+83=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #364353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364353 is #C9BCAC. Grayscale: #404040. Windows color (decimal): -13221037 or 5456694. OLE color: 5456694.

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

Color convert

RGB 54 67 83 -
CMYK 0.35 0.19 0 0.67
HSL 213.1º 0.21% 0.27% -
HSV(B) 213.1º 0.35% 0.33% -
XYZ 5.09 5.42 8.96 -
YUV 64.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 54 67 83 0.35 0.19 0 0.67 213.1 0.21 0.27
Hex 36 43 53 23 13 0 43 D5 15 1B
Octal 66 103 123 43 23 0 103 325 25 33
Binary 110110 1000011 1010011 100011 10011 0 1000011 11010101 10101 11011

Color Harmonies of #364353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364353

Black with #364353

Text Example


Text Example

White with #364353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364353; }

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

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

background-color css

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

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

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

border-color css

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

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

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