#3F6060

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

Shades of Oracle #3F6060

Tints of Oracle #3F6060

Color information

#3F6060 (or 0x3F6060) is unknown color: approx Oracle. HEX triplet: 3F, 60 and 60. RGB value is (63,96,96). Sum of RGB (Red+Green+Blue) = 63+96+96=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #3F6060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6060 is #C09F9F. Grayscale: #565656. Windows color (decimal): -12623776 or 6316095. OLE color: 6316095.

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

Color convert

RGB639696-
CMYK0.34000.62
HSL180º20.75%31.18%-
HSV(B)180º34.38%37.65%-
XYZ8.3410.2712.61-
YUV86.13133.57111.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.71%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=24.71%
G=37.65%
B=37.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396960.34000.6218020.7531.18
Hex3F606022003Eb4151f
Octal771401404200762642537
Binary1111111100000110000010001000111110101101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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