#384F51

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

Shades of Oracle #384F51

Tints of Oracle #384F51

Color information

#384F51 (or 0x384F51) is unknown color: approx Oracle. HEX triplet: 38, 4F and 51. RGB value is (56,79,81). Sum of RGB (Red+Green+Blue) = 56+79+81=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 81 - color contains mainly: blue. Hex color #384F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F51 is #C7B0AE. Grayscale: #484848. Windows color (decimal): -13086895 or 5328696. OLE color: 5328696.

HSL color Cylindrical-coordinate representation of color #384F51: hue angle of 184.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #384F51 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB567981-
CMYK0.310.0200.68
HSL184.8º18.25%26.86%-
HSV(B)184.8º30.86%31.76%-
XYZ5.917.038.83-
YUV72.35132.88116.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 81 (32.03% from 255) = 37.5%
R=25.93%
G=36.57%
B=37.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5679810.310.0200.68184.818.2526.86
Hex384F511F2044b9121b
Octal7011712137201042712233
Binary11100010011111010001111111001000100101110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384F51; }

 p { color: rgb(56,79,81); }

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

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

 a { background-color: rgb(56,79,81); }

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

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

 span { border-color: rgb(56,79,81); }

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