#3A595C

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

Shades of Oracle #3A595C

Tints of Oracle #3A595C

Color information

#3A595C (or 0x3A595C) is unknown color: approx Oracle. HEX triplet: 3A, 59 and 5C. RGB value is (58,89,92). Sum of RGB (Red+Green+Blue) = 58+89+92=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A595C is #C5A6A3. Grayscale: #505050. Windows color (decimal): -12953252 or 6052154. OLE color: 6052154.

HSL color Cylindrical-coordinate representation of color #3A595C: hue angle of 185.29º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A595C is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB588992-
CMYK0.370.0300.64
HSL185.29º22.67%29.41%-
HSV(B)185.29º36.96%36.08%-
XYZ7.258.8211.44-
YUV80.07134.73112.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.27%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 92 (36.33% from 255) = 38.49%
R=24.27%
G=37.24%
B=38.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5889920.370.0300.64185.2922.6729.41
Hex3A595C253040b9171d
Octal7213113445301002712735
Binary111010101100110111001001011101000000101110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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