Html Css Color HEX #394860 Rhino

📋 copy color: '#394860'

red 57 ◦ green 72 ◦ blue 96

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

Shades of Rhino #394860

Tints of Rhino #394860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32%

 BLUE value IS 96 (37.89% from 255) = 42.67%

R = 25.33%
G = 32%
B = 42.67%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#394860 (or 0x394860) is known color: Rhino. HEX triplet: 39, 48 and 60. RGB value is (57,72,96). Sum of RGB (Red+Green+Blue) = 57+72+96=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #394860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394860 is #C6B79F. Grayscale: #464646. Windows color (decimal): -13023136 or 6309945. OLE color: 6309945.

HSL color Cylindrical-coordinate representation of color #394860: hue angle of 216.92º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #394860 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 72 96 -
CMYK 0.41 0.25 0 0.62
HSL 216.92º 0.25% 0.3% -
HSV(B) 216.92º 0.41% 0.38% -
XYZ 6.12 6.35 11.97 -
YUV 70.25 142.53 118.55 -
System Red Green Blue C M Y K H S L
Decimal 57 72 96 0.41 0.25 0 0.62 216.92 0.25 0.3
Hex 39 48 60 29 19 0 3E D9 19 1E
Octal 71 110 140 51 31 0 76 331 31 36
Binary 111001 1001000 1100000 101001 11001 0 111110 11011001 11001 11110

Color Harmonies of #394860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394860

Black with #394860

Text Example


Text Example

White with #394860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394860; }

 p { color: rgb(57,72,96); }

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

background-color css

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

 a { background-color: rgb(57,72,96); }

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

border-color css

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

 span { border-color: rgb(57,72,96); }

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