#3F635E

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

Shades of Oracle #3F635E

Tints of Oracle #3F635E

Color information

#3F635E (or 0x3F635E) is unknown color: approx Oracle. HEX triplet: 3F, 63 and 5E. RGB value is (63,99,94). Sum of RGB (Red+Green+Blue) = 63+99+94=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #3F635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F635E is #C09CA1. Grayscale: #575757. Windows color (decimal): -12623010 or 6185791. OLE color: 6185791.

HSL color Cylindrical-coordinate representation of color #3F635E: hue angle of 171.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F635E is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB639994-
CMYK0.3600.050.61
HSL171.67º22.22%31.76%-
HSV(B)171.67º36.36%38.82%-
XYZ8.5310.7912.22-
YUV87.67131.57110.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.61%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=24.61%
G=38.67%
B=36.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6399940.3600.050.61171.6722.2231.76
Hex3F635E24053Dac1620
Octal771431364405752542640
Binary1111111100011101111010010001011111011010110010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,99,94); }

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

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

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

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

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

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

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