#3F585A

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

Shades of Oracle #3F585A

Tints of Oracle #3F585A

Color information

#3F585A (or 0x3F585A) is unknown color: approx Oracle. HEX triplet: 3F, 58 and 5A. RGB value is (63,88,90). Sum of RGB (Red+Green+Blue) = 63+88+90=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F585A is #C0A7A5. Grayscale: #505050. Windows color (decimal): -12625830 or 5920831. OLE color: 5920831.

HSL color Cylindrical-coordinate representation of color #3F585A: hue angle of 184.44º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F585A is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB638890-
CMYK0.300.0200.65
HSL184.44º17.65%30%-
HSV(B)184.44º30%35.29%-
XYZ7.398.7710.98-
YUV80.75133.22115.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.14%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=26.14%
G=36.51%
B=37.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6388900.300.0200.65184.4417.6530
Hex3F585A1E2041b8121e
Octal7713013236201012702236
Binary11111110110001011010111101001000001101110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,88,90); }

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

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

 a { background-color: rgb(63,88,90); }

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

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

 span { border-color: rgb(63,88,90); }

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