#326363

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

Shades of Oracle #326363

Tints of Oracle #326363

Color information

#326363 (or 0x326363) is unknown color: approx Oracle. HEX triplet: 32, 63 and 63. RGB value is (50,99,99). Sum of RGB (Red+Green+Blue) = 50+99+99=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #326363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326363 is #CD9C9C. Grayscale: #545454. Windows color (decimal): -13474973 or 6513458. OLE color: 6513458.

HSL color Cylindrical-coordinate representation of color #326363: hue angle of 180º 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 #326363 is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB509999-
CMYK0.49000.61
HSL180º32.89%29.22%-
HSV(B)180º49.49%38.82%-
XYZ8.0310.513.41-
YUV84.35136.27103.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=20.16%
G=39.92%
B=39.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5099990.49000.6118032.8929.22
Hex32636331003Db4211d
Octal621431436100752644135
Binary11001011000111100011110001001111011011010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326363; }

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

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

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

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

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

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

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

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