#384E50

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

Shades of Oracle #384E50

Tints of Oracle #384E50

Color information

#384E50 (or 0x384E50) is unknown color: approx Oracle. HEX triplet: 38, 4E and 50. RGB value is (56,78,80). Sum of RGB (Red+Green+Blue) = 56+78+80=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: blue. Hex color #384E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E50 is #C7B1AF. Grayscale: #474747. Windows color (decimal): -13087152 or 5262904. OLE color: 5262904.

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

Color convert

RGB567880-
CMYK0.300.0200.69
HSL185º17.65%26.67%-
HSV(B)185º30%31.37%-
XYZ5.86.878.61-
YUV71.65132.71116.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 80 (31.64% from 255) = 37.38%
R=26.17%
G=36.45%
B=37.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5678800.300.0200.6918517.6526.67
Hex384E501E2045b9121b
Octal7011612036201052712233
Binary11100010011101010000111101001000101101110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,78,80); }

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

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

 a { background-color: rgb(56,78,80); }

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

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

 span { border-color: rgb(56,78,80); }

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