#3F5455

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

Shades of Oracle #3F5455

Tints of Oracle #3F5455

Color information

#3F5455 (or 0x3F5455) is unknown color: approx Oracle. HEX triplet: 3F, 54 and 55. RGB value is (63,84,85). Sum of RGB (Red+Green+Blue) = 63+84+85=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F5455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5455 is #C0ABAA. Grayscale: #4D4D4D. Windows color (decimal): -12626859 or 5592127. OLE color: 5592127.

HSL color Cylindrical-coordinate representation of color #3F5455: hue angle of 182.73º 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 #3F5455 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB638485-
CMYK0.260.0100.67
HSL182.73º14.86%29.02%-
HSV(B)182.73º25.88%33.33%-
XYZ6.868.059.79-
YUV77.83132.04117.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.16%
GREEN value IS 84 (33.20% from 255) = 36.21%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=27.16%
G=36.21%
B=36.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6384850.260.0100.67182.7314.8629.02
Hex3F54551A1043b7f1d
Octal7712412532101032671735
Binary111111101010010101011101010100001110110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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