Html Css Color HEX #394450 Rhino

📋 copy color: '#394450'

red 57 ◦ green 68 ◦ blue 80

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

Shades of Rhino #394450

Tints of Rhino #394450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.17%

 BLUE value IS 80 (31.64% from 255) = 39.02%

R = 27.8%
G = 33.17%
B = 39.02%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#394450 (or 0x394450) is known color: Rhino. HEX triplet: 39, 44 and 50. RGB value is (57,68,80). Sum of RGB (Red+Green+Blue) = 57+68+80=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #394450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394450 is #C6BBAF. Grayscale: #424242. Windows color (decimal): -13024176 or 5260345. OLE color: 5260345.

HSL color Cylindrical-coordinate representation of color #394450: hue angle of 211.3º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #394450 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 68 80 -
CMYK 0.29 0.15 0 0.69
HSL 211.3º 0.17% 0.27% -
HSV(B) 211.3º 0.29% 0.31% -
XYZ 5.2 5.58 8.39 -
YUV 66.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 57 68 80 0.29 0.15 0 0.69 211.3 0.17 0.27
Hex 39 44 50 1D F 0 45 D3 11 1B
Octal 71 104 120 35 17 0 105 323 21 33
Binary 111001 1000100 1010000 11101 1111 0 1000101 11010011 10001 11011

Color Harmonies of #394450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394450

Black with #394450

Text Example


Text Example

White with #394450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394450; }

 p { color: rgb(57,68,80); }

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

background-color css

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

 a { background-color: rgb(57,68,80); }

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

border-color css

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

 span { border-color: rgb(57,68,80); }

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