#384E51

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

Shades of Oracle #384E51

Tints of Oracle #384E51

Color information

#384E51 (or 0x384E51) is unknown color: approx Oracle. HEX triplet: 38, 4E and 51. RGB value is (56,78,81). Sum of RGB (Red+Green+Blue) = 56+78+81=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 81 - color contains mainly: blue. Hex color #384E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E51 is #C7B1AE. Grayscale: #474747. Windows color (decimal): -13087151 or 5328440. OLE color: 5328440.

HSL color Cylindrical-coordinate representation of color #384E51: hue angle of 187.2º 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 #384E51 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB567881-
CMYK0.310.0400.68
HSL187.2º18.25%26.86%-
HSV(B)187.2º30.86%31.76%-
XYZ5.846.888.81-
YUV71.76133.21116.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 78 (30.86% from 255) = 36.28%
BLUE value IS 81 (32.03% from 255) = 37.67%
R=26.05%
G=36.28%
B=37.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5678810.310.0400.68187.218.2526.86
Hex384E511F4044bb121b
Octal7011612137401042732233
Binary111000100111010100011111110001000100101110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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