Html Css Color HEX #394250 Rhino

📋 copy color: '#394250'

red 57 ◦ green 66 ◦ blue 80

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

Shades of Rhino #394250

Tints of Rhino #394250

RGB

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

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

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

R = 28.08%
G = 32.51%
B = 39.41%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#394250 (or 0x394250) is known color: Rhino. HEX triplet: 39, 42 and 50. RGB value is (57,66,80). Sum of RGB (Red+Green+Blue) = 57+66+80=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #394250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394250 is #C6BDAF. Grayscale: #404040. Windows color (decimal): -13024688 or 5259833. OLE color: 5259833.

HSL color Cylindrical-coordinate representation of color #394250: hue angle of 216.52º 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 #394250 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 66 80 -
CMYK 0.29 0.17 0 0.69
HSL 216.52º 0.17% 0.27% -
HSV(B) 216.52º 0.29% 0.31% -
XYZ 5.08 5.35 8.35 -
YUV 64.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 57 66 80 0.29 0.17 0 0.69 216.52 0.17 0.27
Hex 39 42 50 1D 11 0 45 D9 11 1B
Octal 71 102 120 35 21 0 105 331 21 33
Binary 111001 1000010 1010000 11101 10001 0 1000101 11011001 10001 11011

Color Harmonies of #394250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394250

Black with #394250

Text Example


Text Example

White with #394250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394250; }

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

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

background-color css

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

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

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

border-color css

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

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

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