#3F5658

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

Shades of Oracle #3F5658

Tints of Oracle #3F5658

Color information

#3F5658 (or 0x3F5658) is unknown color: approx Oracle. HEX triplet: 3F, 56 and 58. RGB value is (63,86,88). Sum of RGB (Red+Green+Blue) = 63+86+88=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F5658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5658 is #C0A9A7. Grayscale: #4F4F4F. Windows color (decimal): -12626344 or 5789247. OLE color: 5789247.

HSL color Cylindrical-coordinate representation of color #3F5658: hue angle of 184.8º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F5658 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB638688-
CMYK0.280.0200.65
HSL184.8º16.56%29.61%-
HSV(B)184.8º28.41%34.51%-
XYZ7.148.4210.48-
YUV79.35132.88116.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.58%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=26.58%
G=36.29%
B=37.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6386880.280.0200.65184.816.5629.61
Hex3F56581C2041b9111e
Octal7712613034201012712136
Binary11111110101101011000111001001000001101110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,86,88); }

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

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

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

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

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

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

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