#385759

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

Shades of Oracle #385759

Tints of Oracle #385759

Color information

#385759 (or 0x385759) is unknown color: approx Oracle. HEX triplet: 38, 57 and 59. RGB value is (56,87,89). Sum of RGB (Red+Green+Blue) = 56+87+89=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #385759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385759 is #C7A8A6. Grayscale: #4D4D4D. Windows color (decimal): -13084839 or 5855032. OLE color: 5855032.

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

Color convert

RGB568789-
CMYK0.370.0200.65
HSL183.64º22.76%28.43%-
HSV(B)183.64º37.08%34.9%-
XYZ6.848.3810.71-
YUV77.96134.23112.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 87 (34.38% from 255) = 37.5%
BLUE value IS 89 (35.16% from 255) = 38.36%
R=24.14%
G=37.5%
B=38.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5687890.370.0200.65183.6422.7628.43
Hex385759252041b8171c
Octal7012713145201012702734
Binary111000101011110110011001011001000001101110001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385759; }

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

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

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

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

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

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

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

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