#3F5355

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

Shades of Oracle #3F5355

Tints of Oracle #3F5355

Color information

#3F5355 (or 0x3F5355) is unknown color: approx Oracle. HEX triplet: 3F, 53 and 55. RGB value is (63,83,85). Sum of RGB (Red+Green+Blue) = 63+83+85=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F5355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5355 is #C0ACAA. Grayscale: #4D4D4D. Windows color (decimal): -12627115 or 5591871. OLE color: 5591871.

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

Color convert

RGB638385-
CMYK0.260.0200.67
HSL185.45º14.86%29.02%-
HSV(B)185.45º25.88%33.33%-
XYZ6.787.99.76-
YUV77.25132.37117.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.27%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 85 (33.59% from 255) = 36.80%
R=27.27%
G=35.93%
B=36.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6383850.260.0200.67185.4514.8629.02
Hex3F53551A2043b9f1d
Octal7712312532201032711735
Binary1111111010011101010111010100100001110111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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