#326065

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

Shades of Oracle #326065

Tints of Oracle #326065

Color information

#326065 (or 0x326065) is unknown color: approx Oracle. HEX triplet: 32, 60 and 65. RGB value is (50,96,101). Sum of RGB (Red+Green+Blue) = 50+96+101=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #326065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326065 is #CD9F9A. Grayscale: #525252. Windows color (decimal): -13475739 or 6643762. OLE color: 6643762.

HSL color Cylindrical-coordinate representation of color #326065: hue angle of 185.88º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326065 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5096101-
CMYK0.500.0500.60
HSL185.88º33.77%29.61%-
HSV(B)185.88º50.5%39.61%-
XYZ7.859.9813.83-
YUV82.82138.26104.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=20.24%
G=38.87%
B=40.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50961010.500.0500.60185.8833.7729.61
Hex32606532503Cba221e
Octal621401456250742724236
Binary1100101100000110010111001010101111001011101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326065; }

 p { color: rgb(50,96,101); }

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

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

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

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

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

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

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