Html Css Color HEX #384759 Rhino

📋 copy color: '#384759'

red 56 ◦ green 71 ◦ blue 89

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

Shades of Rhino #384759

Tints of Rhino #384759

RGB

 RED value IS 56 (22.27% from 255) = 25.93%

 GREEN value IS 71 (28.13% from 255) = 32.87%

 BLUE value IS 89 (35.16% from 255) = 41.2%

R = 25.93%
G = 32.87%
B = 41.2%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#384759 (or 0x384759) is known color: Rhino. HEX triplet: 38, 47 and 59. RGB value is (56,71,89). Sum of RGB (Red+Green+Blue) = 56+71+89=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #384759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384759 is #C7B8A6. Grayscale: #444444. Windows color (decimal): -13088935 or 5850936. OLE color: 5850936.

HSL color Cylindrical-coordinate representation of color #384759: hue angle of 212.73º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #384759 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 71 89 -
CMYK 0.37 0.20 0 0.65
HSL 212.73º 0.23% 0.28% -
HSV(B) 212.73º 0.37% 0.35% -
XYZ 5.69 6.07 10.32 -
YUV 68.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 56 71 89 0.37 0.20 0 0.65 212.73 0.23 0.28
Hex 38 47 59 25 14 0 41 D5 17 1C
Octal 70 107 131 45 24 0 101 325 27 34
Binary 111000 1000111 1011001 100101 10100 0 1000001 11010101 10111 11100

Color Harmonies of #384759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384759

Black with #384759

Text Example


Text Example

White with #384759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384759; }

 p { color: rgb(56,71,89); }

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

background-color css

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

 a { background-color: rgb(56,71,89); }

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

border-color css

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

 span { border-color: rgb(56,71,89); }

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