Html Css Color HEX #394354 Rhino

📋 copy color: '#394354'

red 57 ◦ green 67 ◦ blue 84

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

Shades of Rhino #394354

Tints of Rhino #394354

RGB

 RED value IS 57 (22.66% from 255) = 27.4%

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

 BLUE value IS 84 (33.2% from 255) = 40.38%

R = 27.4%
G = 32.21%
B = 40.38%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#394354 (or 0x394354) is known color: Rhino. HEX triplet: 39, 43 and 54. RGB value is (57,67,84). Sum of RGB (Red+Green+Blue) = 57+67+84=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 84 - color contains mainly: blue. Hex color #394354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394354 is #C6BCAB. Grayscale: #414141. Windows color (decimal): -13024428 or 5522233. OLE color: 5522233.

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

Color convert

RGB 57 67 84 -
CMYK 0.32 0.20 0 0.67
HSL 217.78º 0.19% 0.28% -
HSV(B) 217.78º 0.32% 0.33% -
XYZ 5.29 5.52 9.17 -
YUV 65.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 57 67 84 0.32 0.20 0 0.67 217.78 0.19 0.28
Hex 39 43 54 20 14 0 43 DA 13 1C
Octal 71 103 124 40 24 0 103 332 23 34
Binary 111001 1000011 1010100 100000 10100 0 1000011 11011010 10011 11100

Color Harmonies of #394354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394354

Black with #394354

Text Example


Text Example

White with #394354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394354; }

 p { color: rgb(57,67,84); }

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

background-color css

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

 a { background-color: rgb(57,67,84); }

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

border-color css

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

 span { border-color: rgb(57,67,84); }

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