#3A5857

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

Shades of Oracle #3A5857

Tints of Oracle #3A5857

Color information

#3A5857 (or 0x3A5857) is unknown color: approx Oracle. HEX triplet: 3A, 58 and 57. RGB value is (58,88,87). Sum of RGB (Red+Green+Blue) = 58+88+87=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5857 is #C5A7A8. Grayscale: #4E4E4E. Windows color (decimal): -12953513 or 5724218. OLE color: 5724218.

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

Color convert

RGB588887-
CMYK0.3400.010.65
HSL178º20.55%28.63%-
HSV(B)178º34.09%34.51%-
XYZ6.958.5710.3-
YUV78.92132.56113.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.89%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 87 (34.38% from 255) = 37.34%
R=24.89%
G=37.77%
B=37.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5888870.3400.010.6517820.5528.63
Hex3A5857220141b2151d
Octal7213012742011012622535
Binary11101010110001010111100010011000001101100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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