Html Css Color HEX #384756 Rhino

📋 copy color: '#384756'

red 56 ◦ green 71 ◦ blue 86

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

Shades of Rhino #384756

Tints of Rhino #384756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 40.38%

R = 26.29%
G = 33.33%
B = 40.38%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#384756 (or 0x384756) is known color: Rhino. HEX triplet: 38, 47 and 56. RGB value is (56,71,86). Sum of RGB (Red+Green+Blue) = 56+71+86=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 86 - color contains mainly: blue. Hex color #384756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384756 is #C7B8A9. Grayscale: #444444. Windows color (decimal): -13088938 or 5654328. OLE color: 5654328.

HSL color Cylindrical-coordinate representation of color #384756: hue angle of 210º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #384756 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 71 86 -
CMYK 0.35 0.17 0 0.66
HSL 210º 0.21% 0.28% -
HSV(B) 210º 0.35% 0.34% -
XYZ 5.56 6.02 9.67 -
YUV 68.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 56 71 86 0.35 0.17 0 0.66 210 0.21 0.28
Hex 38 47 56 23 11 0 42 D2 15 1C
Octal 70 107 126 43 21 0 102 322 25 34
Binary 111000 1000111 1010110 100011 10001 0 1000010 11010010 10101 11100

Color Harmonies of #384756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384756

Black with #384756

Text Example


Text Example

White with #384756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384756; }

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

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

background-color css

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

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

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

border-color css

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

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

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