#326163

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

Shades of Oracle #326163

Tints of Oracle #326163

Color information

#326163 (or 0x326163) is unknown color: approx Oracle. HEX triplet: 32, 61 and 63. RGB value is (50,97,99). Sum of RGB (Red+Green+Blue) = 50+97+99=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #326163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326163 is #CD9E9C. Grayscale: #535353. Windows color (decimal): -13475485 or 6512946. OLE color: 6512946.

HSL color Cylindrical-coordinate representation of color #326163: hue angle of 182.45º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326163 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB509799-
CMYK0.490.0200.61
HSL182.45º32.89%29.22%-
HSV(B)182.45º49.49%38.82%-
XYZ7.8410.1313.35-
YUV83.18136.93104.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.33%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=20.33%
G=39.43%
B=40.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5097990.490.0200.61182.4532.8929.22
Hex32616331203Db6211d
Octal621411436120752664135
Binary110010110000111000111100011001111011011011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326163; }

 p { color: rgb(50,97,99); }

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

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

 a { background-color: rgb(50,97,99); }

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

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

 span { border-color: rgb(50,97,99); }

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