#3F6561

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

Shades of Oracle #3F6561

Tints of Oracle #3F6561

Color information

#3F6561 (or 0x3F6561) is unknown color: approx Oracle. HEX triplet: 3F, 65 and 61. RGB value is (63,101,97). Sum of RGB (Red+Green+Blue) = 63+101+97=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 101 - color contains mainly: green. Hex color #3F6561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6561 is #C09A9E. Grayscale: #595959. Windows color (decimal): -12622495 or 6382911. OLE color: 6382911.

HSL color Cylindrical-coordinate representation of color #3F6561: hue angle of 173.68º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F6561 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB6310197-
CMYK0.3800.040.60
HSL173.68º23.17%32.16%-
HSV(B)173.68º37.62%39.61%-
XYZ8.8611.2313.01-
YUV89.18132.41109.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.14%
GREEN value IS 101 (39.84% from 255) = 38.70%
BLUE value IS 97 (38.28% from 255) = 37.16%
R=24.14%
G=38.70%
B=37.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63101970.3800.040.60173.6823.1732.16
Hex3F656126043Cae1720
Octal771451414604742562740
Binary1111111100101110000110011001001111001010111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,101,97); }

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

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

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

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

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

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

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