#3A5859

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

Shades of Oracle #3A5859

Tints of Oracle #3A5859

Color information

#3A5859 (or 0x3A5859) is unknown color: approx Oracle. HEX triplet: 3A, 58 and 59. RGB value is (58,88,89). Sum of RGB (Red+Green+Blue) = 58+88+89=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A5859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5859 is #C5A7A6. Grayscale: #4F4F4F. Windows color (decimal): -12953511 or 5855290. OLE color: 5855290.

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

Color convert

RGB588889-
CMYK0.350.0100.65
HSL181.94º21.09%28.82%-
HSV(B)181.94º34.83%34.9%-
XYZ7.048.610.74-
YUV79.14133.56112.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.68%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 89 (35.16% from 255) = 37.87%
R=24.68%
G=37.45%
B=37.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5888890.350.0100.65181.9421.0928.82
Hex3A5859231041b6151d
Octal7213013143101012662535
Binary11101010110001011001100011101000001101101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A5859; }

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

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

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

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

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

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

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

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