#3F5050

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

Shades of Oracle #3F5050

Tints of Oracle #3F5050

Color information

#3F5050 (or 0x3F5050) is unknown color: approx Oracle. HEX triplet: 3F, 50 and 50. RGB value is (63,80,80). Sum of RGB (Red+Green+Blue) = 63+80+80=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #3F5050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5050 is #C0AFAF. Grayscale: #4A4A4A. Windows color (decimal): -12627888 or 5263423. OLE color: 5263423.

HSL color Cylindrical-coordinate representation of color #3F5050: hue angle of 180º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F5050 is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB638080-
CMYK0.21000.69
HSL180º11.89%28.04%-
HSV(B)180º21.25%31.37%-
XYZ6.377.378.68-
YUV74.92130.87119.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.25%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=28.25%
G=35.87%
B=35.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6380800.21000.6918011.8928.04
Hex3F5050150045b4c1c
Octal7712012025001052641434
Binary111111101000010100001010100100010110110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,80,80); }

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

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

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

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

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

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

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