#3F5555

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

Shades of Oracle #3F5555

Tints of Oracle #3F5555

Color information

#3F5555 (or 0x3F5555) is unknown color: approx Oracle. HEX triplet: 3F, 55 and 55. RGB value is (63,85,85). Sum of RGB (Red+Green+Blue) = 63+85+85=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #3F5555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5555 is #C0AAAA. Grayscale: #4E4E4E. Windows color (decimal): -12626603 or 5592383. OLE color: 5592383.

HSL color Cylindrical-coordinate representation of color #3F5555: hue angle of 180º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F5555 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB638585-
CMYK0.26000.67
HSL180º14.86%29.02%-
HSV(B)180º25.88%33.33%-
XYZ6.948.219.81-
YUV78.42131.71117-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.04%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=27.04%
G=36.48%
B=36.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385850.26000.6718014.8629.02
Hex3F55551A0043b4f1d
Octal7712512532001032641735
Binary111111101010110101011101000100001110110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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