#3F605D

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

Shades of Oracle #3F605D

Tints of Oracle #3F605D

Color information

#3F605D (or 0x3F605D) is unknown color: approx Oracle. HEX triplet: 3F, 60 and 5D. RGB value is (63,96,93). Sum of RGB (Red+Green+Blue) = 63+96+93=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #3F605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F605D is #C09FA2. Grayscale: #555555. Windows color (decimal): -12623779 or 6119487. OLE color: 6119487.

HSL color Cylindrical-coordinate representation of color #3F605D: hue angle of 174.55º 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 #3F605D is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB639693-
CMYK0.3400.030.62
HSL174.55º20.75%31.18%-
HSV(B)174.55º34.38%37.65%-
XYZ8.2110.2111.89-
YUV85.79132.07111.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=25%
G=38.10%
B=36.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396930.3400.030.62174.5520.7531.18
Hex3F605D22033Eaf151f
Octal771401354203762572537
Binary11111111000001011101100010011111110101011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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