#3A5F5C

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

Shades of Oracle #3A5F5C

Tints of Oracle #3A5F5C

Color information

#3A5F5C (or 0x3A5F5C) is unknown color: approx Oracle. HEX triplet: 3A, 5F and 5C. RGB value is (58,95,92). Sum of RGB (Red+Green+Blue) = 58+95+92=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 95 - color contains mainly: green. Hex color #3A5F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5F5C is #C5A0A3. Grayscale: #535353. Windows color (decimal): -12951716 or 6053690. OLE color: 6053690.

HSL color Cylindrical-coordinate representation of color #3A5F5C: hue angle of 175.14º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A5F5C is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB589592-
CMYK0.3900.030.63
HSL175.14º24.18%30%-
HSV(B)175.14º38.95%37.25%-
XYZ7.779.8611.62-
YUV83.6132.74109.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.67%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=23.67%
G=38.78%
B=37.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5895920.3900.030.63175.1424.1830
Hex3A5F5C27033Faf181e
Octal721371344703772573036
Binary11101010111111011100100111011111111101011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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