#3F595B

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

Shades of Oracle #3F595B

Tints of Oracle #3F595B

Color information

#3F595B (or 0x3F595B) is unknown color: approx Oracle. HEX triplet: 3F, 59 and 5B. RGB value is (63,89,91). Sum of RGB (Red+Green+Blue) = 63+89+91=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F595B is #C0A6A4. Grayscale: #515151. Windows color (decimal): -12625573 or 5986623. OLE color: 5986623.

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

Color convert

RGB638991-
CMYK0.310.0200.64
HSL184.29º18.18%30.2%-
HSV(B)184.29º30.77%35.69%-
XYZ7.518.9611.23-
YUV81.45133.39114.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.93%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=25.93%
G=36.63%
B=37.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6389910.310.0200.64184.2918.1830.2
Hex3F595B1F2040b8121e
Octal7713113337201002702236
Binary11111110110011011011111111001000000101110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,89,91); }

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

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

 a { background-color: rgb(63,89,91); }

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

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

 span { border-color: rgb(63,89,91); }

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