Html Css Color HEX #364253 Rhino

📋 copy color: '#364253'

red 54 ◦ green 66 ◦ blue 83

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

Shades of Rhino #364253

Tints of Rhino #364253

RGB

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

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

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

R = 26.6%
G = 32.51%
B = 40.89%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#364253 (or 0x364253) is known color: Rhino. HEX triplet: 36, 42 and 53. RGB value is (54,66,83). Sum of RGB (Red+Green+Blue) = 54+66+83=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #364253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364253 is #C9BDAC. Grayscale: #404040. Windows color (decimal): -13221293 or 5456438. OLE color: 5456438.

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

Color convert

RGB 54 66 83 -
CMYK 0.35 0.20 0 0.67
HSL 215.17º 0.21% 0.27% -
HSV(B) 215.17º 0.35% 0.33% -
XYZ 5.03 5.31 8.94 -
YUV 64.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 54 66 83 0.35 0.20 0 0.67 215.17 0.21 0.27
Hex 36 42 53 23 14 0 43 D7 15 1B
Octal 66 102 123 43 24 0 103 327 25 33
Binary 110110 1000010 1010011 100011 10100 0 1000011 11010111 10101 11011

Color Harmonies of #364253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364253

Black with #364253

Text Example


Text Example

White with #364253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364253; }

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

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

background-color css

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

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

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

border-color css

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

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

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