#384558

Color #384558 Rhino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rhino #384558

Tints of Rhino #384558

Color information

#384558 (or 0x384558) is unknown color: approx Rhino. HEX triplet: 38, 45 and 58. RGB value is (56,69,88). Sum of RGB (Red+Green+Blue) = 56+69+88=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #384558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384558 is #C7BAA7. Grayscale: #434343. Windows color (decimal): -13089448 or 5784888. OLE color: 5784888.

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

Color convert

RGB566988-
CMYK0.360.2200.65
HSL215.62º22.22%28.24%-
HSV(B)215.62º36.36%34.51%-
XYZ5.525.810.06-
YUV67.28139.69119.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 88 (34.77% from 255) = 41.31%
R=26.29%
G=32.39%
B=41.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5669880.360.2200.65215.6222.2228.24
Hex3845582416041d8161c
Octal70105130442601013302634
Binary111000100010110110001001001011001000001110110001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384558; }

 p { color: rgb(56,69,88); }

 H1.HeaderClassName
 {
   color: #384558;
 }
 .AnyTagClassName
 {
   color: #384558;
 }
</style>
background-color css

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

 a { background-color: rgb(56,69,88); }

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

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

 span { border-color: rgb(56,69,88); }

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