#395859

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

Shades of Oracle #395859

Tints of Oracle #395859

Color information

#395859 (or 0x395859) is unknown color: approx Oracle. HEX triplet: 39, 58 and 59. RGB value is (57,88,89). Sum of RGB (Red+Green+Blue) = 57+88+89=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #395859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395859 is #C6A7A6. Grayscale: #4E4E4E. Windows color (decimal): -13019047 or 5855289. OLE color: 5855289.

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

Color convert

RGB578889-
CMYK0.360.0100.65
HSL181.88º21.92%28.63%-
HSV(B)181.88º35.96%34.9%-
XYZ6.988.5710.74-
YUV78.84133.73112.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 89 (35.16% from 255) = 38.03%
R=24.36%
G=37.61%
B=38.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5788890.360.0100.65181.8821.9228.63
Hex395859241041b6161d
Octal7113013144101012662635
Binary11100110110001011001100100101000001101101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395859; }

 p { color: rgb(57,88,89); }

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

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

 a { background-color: rgb(57,88,89); }

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

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

 span { border-color: rgb(57,88,89); }

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