Html Css Color HEX #384659 Rhino

📋 copy color: '#384659'

red 56 ◦ green 70 ◦ blue 89

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

Shades of Rhino #384659

Tints of Rhino #384659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.56%

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

R = 26.05%
G = 32.56%
B = 41.4%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#384659 (or 0x384659) is known color: Rhino. HEX triplet: 38, 46 and 59. RGB value is (56,70,89). Sum of RGB (Red+Green+Blue) = 56+70+89=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #384659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384659 is #C7B9A6. Grayscale: #434343. Windows color (decimal): -13089191 or 5850680. OLE color: 5850680.

HSL color Cylindrical-coordinate representation of color #384659: hue angle of 214.55º 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 #384659 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 70 89 -
CMYK 0.37 0.21 0 0.65
HSL 214.55º 0.23% 0.28% -
HSV(B) 214.55º 0.37% 0.35% -
XYZ 5.62 5.94 10.3 -
YUV 67.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 56 70 89 0.37 0.21 0 0.65 214.55 0.23 0.28
Hex 38 46 59 25 15 0 41 D7 17 1C
Octal 70 106 131 45 25 0 101 327 27 34
Binary 111000 1000110 1011001 100101 10101 0 1000001 11010111 10111 11100

Color Harmonies of #384659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384659

Black with #384659

Text Example


Text Example

White with #384659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384659; }

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

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

background-color css

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

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

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

border-color css

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

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

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